Html Css Color HEX #70221E Auburn

📋 copy color: '#70221E'

red 112 ◦ green 34 ◦ blue 30

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

Shades of Auburn #70221E

Tints of Auburn #70221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 63.64%
G = 19.32%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70221E (or 0x70221E) is known color: Auburn. HEX triplet: 70, 22 and 1E. RGB value is (112,34,30). Sum of RGB (Red+Green+Blue) = 112+34+30=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70221E is #8FDDE1. Grayscale: #383838. Windows color (decimal): -9428450 or 1974896. OLE color: 1974896.

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

Color convert

RGB 112 34 30 -
CMYK 0 0.70 0.73 0.56
HSL 2.93º 0.58% 0.28% -
HSV(B) 2.93º 0.73% 0.44% -
XYZ 7.49 4.68 1.74 -
YUV 56.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 112 34 30 0 0.70 0.73 0.56 2.93 0.58 0.28
Hex 70 22 1E 0 46 49 38 3 3A 1C
Octal 160 42 36 0 106 111 70 3 72 34
Binary 1110000 100010 11110 0 1000110 1001001 111000 11 111010 11100

Color Harmonies of #70221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70221E

Black with #70221E

Text Example


Text Example

White with #70221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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