Html Css Color HEX #70241D Auburn

📋 copy color: '#70241D'

red 112 ◦ green 36 ◦ blue 29

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

Shades of Auburn #70241D

Tints of Auburn #70241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 63.28%
G = 20.34%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70241D (or 0x70241D) is known color: Auburn. HEX triplet: 70, 24 and 1D. RGB value is (112,36,29). Sum of RGB (Red+Green+Blue) = 112+36+29=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70241D is #8FDBE2. Grayscale: #3A3A3A. Windows color (decimal): -9427939 or 1909872. OLE color: 1909872.

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

Color convert

RGB 112 36 29 -
CMYK 0 0.68 0.74 0.56
HSL 5.06º 0.59% 0.28% -
HSV(B) 5.06º 0.74% 0.44% -
XYZ 7.53 4.8 1.69 -
YUV 57.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 112 36 29 0 0.68 0.74 0.56 5.06 0.59 0.28
Hex 70 24 1D 0 44 4A 38 5 3B 1C
Octal 160 44 35 0 104 112 70 5 73 34
Binary 1110000 100100 11101 0 1000100 1001010 111000 101 111011 11100

Color Harmonies of #70241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70241D

Black with #70241D

Text Example


Text Example

White with #70241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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