Html Css Color HEX #70312E Auburn

📋 copy color: '#70312E'

red 112 ◦ green 49 ◦ blue 46

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

Shades of Auburn #70312E

Tints of Auburn #70312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 54.11%
G = 23.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70312E (or 0x70312E) is known color: Auburn. HEX triplet: 70, 31 and 2E. RGB value is (112,49,46). Sum of RGB (Red+Green+Blue) = 112+49+46=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70312E is #8FCED1. Grayscale: #434343. Windows color (decimal): -9424594 or 3027312. OLE color: 3027312.

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

Color convert

RGB 112 49 46 -
CMYK 0 0.56 0.59 0.56
HSL 2.73º 0.42% 0.31% -
HSV(B) 2.73º 0.59% 0.44% -
XYZ 8.27 5.84 3.28 -
YUV 67.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 112 49 46 0 0.56 0.59 0.56 2.73 0.42 0.31
Hex 70 31 2E 0 38 3B 38 3 2A 1F
Octal 160 61 56 0 70 73 70 3 52 37
Binary 1110000 110001 101110 0 111000 111011 111000 11 101010 11111

Color Harmonies of #70312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70312E

Black with #70312E

Text Example


Text Example

White with #70312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,49,46); }

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

background-color css

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

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

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

border-color css

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

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

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