Html Css Color HEX #742520 Lusty

📋 copy color: '#742520'

red 116 ◦ green 37 ◦ blue 32

#742520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #742520

Tints of Lusty #742520

RGB

 RED value IS 116 (45.7% from 255) = 62.7%

 GREEN value IS 37 (14.84% from 255) = 20%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 62.7%
G = 20%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#742520 (or 0x742520) is known color: Lusty. HEX triplet: 74, 25 and 20. RGB value is (116,37,32). Sum of RGB (Red+Green+Blue) = 116+37+32=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #742520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742520 is #8BDADF. Grayscale: #3C3C3C. Windows color (decimal): -9165536 or 2106740. OLE color: 2106740.

HSL color Cylindrical-coordinate representation of color #742520: hue angle of 3.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742520 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 32 -
CMYK 0 0.68 0.72 0.55
HSL 3.57º 0.57% 0.29% -
HSV(B) 3.57º 0.72% 0.45% -
XYZ 8.12 5.14 1.93 -
YUV 60.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 116 37 32 0 0.68 0.72 0.55 3.57 0.57 0.29
Hex 74 25 20 0 44 48 37 4 39 1D
Octal 164 45 40 0 104 110 67 4 71 35
Binary 1110100 100101 100000 0 1000100 1001000 110111 100 111001 11101

Color Harmonies of #742520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742520

Black with #742520

Text Example


Text Example

White with #742520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742520; }

 p { color: rgb(116,37,32); }

 H1.HeaderClassName
 {
   color: #742520;
 }
 .AnyTagClassName
 {
   color: #742520;
 }
</style>

background-color css

<style>
 a { background-color: #742520; }

 a { background-color: rgb(116,37,32); }

 div.DivClassName
 {
   background-color: #742520;
 }
 .BgClassName
 {
   background-color: #742520;
 }
</style>

border-color css

<style>
 span { border-color: #742520; }

 span { border-color: rgb(116,37,32); }

 td.TdClassName
 {
   border-color: #742520;
 }
 .TagClassName
 {
   border-color: #742520;
 }
</style>