Html Css Color HEX #742420 Lusty

📋 copy color: '#742420'

red 116 ◦ green 36 ◦ blue 32

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

Shades of Lusty #742420

Tints of Lusty #742420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

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

R = 63.04%
G = 19.57%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#742420 (or 0x742420) is known color: Lusty. HEX triplet: 74, 24 and 20. RGB value is (116,36,32). Sum of RGB (Red+Green+Blue) = 116+36+32=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #742420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742420 is #8BDBDF. Grayscale: #3B3B3B. Windows color (decimal): -9165792 or 2106484. OLE color: 2106484.

HSL color Cylindrical-coordinate representation of color #742420: hue angle of 2.86º 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 #742420 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 32 -
CMYK 0 0.69 0.72 0.55
HSL 2.86º 0.57% 0.29% -
HSV(B) 2.86º 0.72% 0.45% -
XYZ 8.09 5.08 1.92 -
YUV 59.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 116 36 32 0 0.69 0.72 0.55 2.86 0.57 0.29
Hex 74 24 20 0 45 48 37 3 39 1D
Octal 164 44 40 0 105 110 67 3 71 35
Binary 1110100 100100 100000 0 1000101 1001000 110111 11 111001 11101

Color Harmonies of #742420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742420

Black with #742420

Text Example


Text Example

White with #742420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742420; }

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

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

background-color css

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

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

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

border-color css

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

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

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