Html Css Color HEX #70312B Auburn

📋 copy color: '#70312B'

red 112 ◦ green 49 ◦ blue 43

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

Shades of Auburn #70312B

Tints of Auburn #70312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 54.9%
G = 24.02%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70312B (or 0x70312B) is known color: Auburn. HEX triplet: 70, 31 and 2B. RGB value is (112,49,43). Sum of RGB (Red+Green+Blue) = 112+49+43=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70312B is #8FCED4. Grayscale: #434343. Windows color (decimal): -9424597 or 2830704. OLE color: 2830704.

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

Color convert

RGB 112 49 43 -
CMYK 0 0.56 0.62 0.56
HSL 5.22º 0.45% 0.3% -
HSV(B) 5.22º 0.62% 0.44% -
XYZ 8.22 5.82 2.98 -
YUV 67.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 112 49 43 0 0.56 0.62 0.56 5.22 0.45 0.3
Hex 70 31 2B 0 38 3E 38 5 2D 1E
Octal 160 61 53 0 70 76 70 5 55 36
Binary 1110000 110001 101011 0 111000 111110 111000 101 101101 11110

Color Harmonies of #70312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70312B

Black with #70312B

Text Example


Text Example

White with #70312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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