Html Css Color HEX #702222 Auburn

📋 copy color: '#702222'

red 112 ◦ green 34 ◦ blue 34

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

Shades of Auburn #702222

Tints of Auburn #702222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.89%

R = 62.22%
G = 18.89%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702222 (or 0x702222) is known color: Auburn. HEX triplet: 70, 22 and 22. RGB value is (112,34,34). Sum of RGB (Red+Green+Blue) = 112+34+34=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702222 is #8FDDDD. Grayscale: #393939. Windows color (decimal): -9428446 or 2237040. OLE color: 2237040.

HSL color Cylindrical-coordinate representation of color #702222: hue angle of 0º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702222 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 34 -
CMYK 0 0.70 0.70 0.56
HSL 0.53% 0.29% -
HSV(B) 0.7% 0.44% -
XYZ 7.54 4.7 2.02 -
YUV 57.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 112 34 34 0 0.70 0.70 0.56 0 0.53 0.29
Hex 70 22 22 0 46 46 38 0 35 1D
Octal 160 42 42 0 106 106 70 0 65 35
Binary 1110000 100010 100010 0 1000110 1000110 111000 0 110101 11101

Color Harmonies of #702222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702222

Black with #702222

Text Example


Text Example

White with #702222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702222; }

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

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

background-color css

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

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

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

border-color css

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

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

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