Html Css Color HEX #742A24 Auburn

📋 copy color: '#742A24'

red 116 ◦ green 42 ◦ blue 36

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

Shades of Auburn #742A24

Tints of Auburn #742A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.65%

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

R = 59.79%
G = 21.65%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#742A24 (or 0x742A24) is known color: Auburn. HEX triplet: 74, 2A and 24. RGB value is (116,42,36). Sum of RGB (Red+Green+Blue) = 116+42+36=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #742A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A24 is #8BD5DB. Grayscale: #3F3F3F. Windows color (decimal): -9164252 or 2370164. OLE color: 2370164.

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

Color convert

RGB 116 42 36 -
CMYK 0 0.64 0.69 0.55
HSL 4.5º 0.53% 0.3% -
HSV(B) 4.5º 0.69% 0.45% -
XYZ 8.35 5.5 2.29 -
YUV 63.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 116 42 36 0 0.64 0.69 0.55 4.5 0.53 0.3
Hex 74 2A 24 0 40 45 37 4 35 1E
Octal 164 52 44 0 100 105 67 4 65 36
Binary 1110100 101010 100100 0 1000000 1000101 110111 100 110101 11110

Color Harmonies of #742A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A24

Black with #742A24

Text Example


Text Example

White with #742A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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