Html Css Color HEX #70241E Auburn

📋 copy color: '#70241E'

red 112 ◦ green 36 ◦ blue 30

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

Shades of Auburn #70241E

Tints of Auburn #70241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 62.92%
G = 20.22%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70241E (or 0x70241E) is known color: Auburn. HEX triplet: 70, 24 and 1E. RGB value is (112,36,30). Sum of RGB (Red+Green+Blue) = 112+36+30=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70241E is #8FDBE1. Grayscale: #3A3A3A. Windows color (decimal): -9427938 or 1975408. OLE color: 1975408.

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

Color convert

RGB 112 36 30 -
CMYK 0 0.68 0.73 0.56
HSL 4.39º 0.58% 0.28% -
HSV(B) 4.39º 0.73% 0.44% -
XYZ 7.55 4.8 1.76 -
YUV 58.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 112 36 30 0 0.68 0.73 0.56 4.39 0.58 0.28
Hex 70 24 1E 0 44 49 38 4 3A 1C
Octal 160 44 36 0 104 111 70 4 72 34
Binary 1110000 100100 11110 0 1000100 1001001 111000 100 111010 11100

Color Harmonies of #70241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70241E

Black with #70241E

Text Example


Text Example

White with #70241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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