Html Css Color HEX #70231F Auburn

📋 copy color: '#70231F'

red 112 ◦ green 35 ◦ blue 31

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

Shades of Auburn #70231F

Tints of Auburn #70231F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 62.92%
G = 19.66%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70231F (or 0x70231F) is known color: Auburn. HEX triplet: 70, 23 and 1F. RGB value is (112,35,31). Sum of RGB (Red+Green+Blue) = 112+35+31=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70231F is #8FDCE0. Grayscale: #393939. Windows color (decimal): -9428193 or 2040688. OLE color: 2040688.

HSL color Cylindrical-coordinate representation of color #70231F: hue angle of 2.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70231F is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 31 -
CMYK 0 0.69 0.72 0.56
HSL 2.96º 0.57% 0.28% -
HSV(B) 2.96º 0.72% 0.44% -
XYZ 7.53 4.75 1.82 -
YUV 57.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 112 35 31 0 0.69 0.72 0.56 2.96 0.57 0.28
Hex 70 23 1F 0 45 48 38 3 39 1C
Octal 160 43 37 0 105 110 70 3 71 34
Binary 1110000 100011 11111 0 1000101 1001000 111000 11 111001 11100

Color Harmonies of #70231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70231F

Black with #70231F

Text Example


Text Example

White with #70231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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