Html Css Color HEX #702424 Auburn

📋 copy color: '#702424'

red 112 ◦ green 36 ◦ blue 36

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

Shades of Auburn #702424

Tints of Auburn #702424

RGB

 RED value IS 112 (44.14% from 255) = 60.87%

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

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

R = 60.87%
G = 19.57%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#702424 (or 0x702424) is known color: Auburn. HEX triplet: 70, 24 and 24. RGB value is (112,36,36). Sum of RGB (Red+Green+Blue) = 112+36+36=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702424 is #8FDBDB. Grayscale: #3A3A3A. Windows color (decimal): -9427932 or 2368624. OLE color: 2368624.

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

Color convert

RGB 112 36 36 -
CMYK 0 0.68 0.68 0.56
HSL 0.51% 0.29% -
HSV(B) 0.68% 0.44% -
XYZ 7.63 4.83 2.2 -
YUV 58.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 112 36 36 0 0.68 0.68 0.56 0 0.51 0.29
Hex 70 24 24 0 44 44 38 0 33 1D
Octal 160 44 44 0 104 104 70 0 63 35
Binary 1110000 100100 100100 0 1000100 1000100 111000 0 110011 11101

Color Harmonies of #702424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702424

Black with #702424

Text Example


Text Example

White with #702424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702424; }

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

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

background-color css

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

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

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

border-color css

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

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

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