Html Css Color HEX #742424 Lusty

📋 copy color: '#742424'

red 116 ◦ green 36 ◦ blue 36

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

Shades of Lusty #742424

Tints of Lusty #742424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 61.7%
G = 19.15%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#742424 (or 0x742424) is known color: Lusty. HEX triplet: 74, 24 and 24. RGB value is (116,36,36). Sum of RGB (Red+Green+Blue) = 116+36+36=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742424 is #8BDBDB. Grayscale: #3B3B3B. Windows color (decimal): -9165788 or 2368628. OLE color: 2368628.

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

Color convert

RGB 116 36 36 -
CMYK 0 0.69 0.69 0.55
HSL 0.53% 0.3% -
HSV(B) 0.69% 0.45% -
XYZ 8.15 5.1 2.22 -
YUV 59.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 116 36 36 0 0.69 0.69 0.55 0 0.53 0.3
Hex 74 24 24 0 45 45 37 0 35 1E
Octal 164 44 44 0 105 105 67 0 65 36
Binary 1110100 100100 100100 0 1000101 1000101 110111 0 110101 11110

Color Harmonies of #742424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742424

Black with #742424

Text Example


Text Example

White with #742424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742424; }

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

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

background-color css

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

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

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

border-color css

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

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

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