Html Css Color HEX #70251F Auburn

📋 copy color: '#70251F'

red 112 ◦ green 37 ◦ blue 31

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

Shades of Auburn #70251F

Tints of Auburn #70251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 62.22%
G = 20.56%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70251F (or 0x70251F) is known color: Auburn. HEX triplet: 70, 25 and 1F. RGB value is (112,37,31). Sum of RGB (Red+Green+Blue) = 112+37+31=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70251F is #8FDAE0. Grayscale: #3A3A3A. Windows color (decimal): -9427681 or 2041200. OLE color: 2041200.

HSL color Cylindrical-coordinate representation of color #70251F: hue angle of 4.44º 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 #70251F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 31 -
CMYK 0 0.67 0.72 0.56
HSL 4.44º 0.57% 0.28% -
HSV(B) 4.44º 0.72% 0.44% -
XYZ 7.59 4.87 1.84 -
YUV 58.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 112 37 31 0 0.67 0.72 0.56 4.44 0.57 0.28
Hex 70 25 1F 0 43 48 38 4 39 1C
Octal 160 45 37 0 103 110 70 4 71 34
Binary 1110000 100101 11111 0 1000011 1001000 111000 100 111001 11100

Color Harmonies of #70251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70251F

Black with #70251F

Text Example


Text Example

White with #70251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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