Html Css Color HEX #70231E Auburn

📋 copy color: '#70231E'

red 112 ◦ green 35 ◦ blue 30

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

Shades of Auburn #70231E

Tints of Auburn #70231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

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

R = 63.28%
G = 19.77%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70231E (or 0x70231E) is known color: Auburn. HEX triplet: 70, 23 and 1E. RGB value is (112,35,30). Sum of RGB (Red+Green+Blue) = 112+35+30=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70231E is #8FDCE1. Grayscale: #393939. Windows color (decimal): -9428194 or 1975152. OLE color: 1975152.

HSL color Cylindrical-coordinate representation of color #70231E: hue angle of 3.66º 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 #70231E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 30 -
CMYK 0 0.69 0.73 0.56
HSL 3.66º 0.58% 0.28% -
HSV(B) 3.66º 0.73% 0.44% -
XYZ 7.52 4.74 1.75 -
YUV 57.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 112 35 30 0 0.69 0.73 0.56 3.66 0.58 0.28
Hex 70 23 1E 0 45 49 38 4 3A 1C
Octal 160 43 36 0 105 111 70 4 72 34
Binary 1110000 100011 11110 0 1000101 1001001 111000 100 111010 11100

Color Harmonies of #70231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70231E

Black with #70231E

Text Example


Text Example

White with #70231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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