Html Css Color HEX #70251E Auburn

📋 copy color: '#70251E'

red 112 ◦ green 37 ◦ blue 30

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

Shades of Auburn #70251E

Tints of Auburn #70251E

RGB

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

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

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

R = 62.57%
G = 20.67%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70251E (or 0x70251E) is known color: Auburn. HEX triplet: 70, 25 and 1E. RGB value is (112,37,30). Sum of RGB (Red+Green+Blue) = 112+37+30=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70251E is #8FDAE1. Grayscale: #3A3A3A. Windows color (decimal): -9427682 or 1975664. OLE color: 1975664.

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

Color convert

RGB 112 37 30 -
CMYK 0 0.67 0.73 0.56
HSL 5.12º 0.58% 0.28% -
HSV(B) 5.12º 0.73% 0.44% -
XYZ 7.58 4.86 1.77 -
YUV 58.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 112 37 30 0 0.67 0.73 0.56 5.12 0.58 0.28
Hex 70 25 1E 0 43 49 38 5 3A 1C
Octal 160 45 36 0 103 111 70 5 72 34
Binary 1110000 100101 11110 0 1000011 1001001 111000 101 111010 11100

Color Harmonies of #70251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70251E

Black with #70251E

Text Example


Text Example

White with #70251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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