Html Css Color HEX #702120 Auburn

📋 copy color: '#702120'

red 112 ◦ green 33 ◦ blue 32

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

Shades of Auburn #702120

Tints of Auburn #702120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 63.28%
G = 18.64%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#702120 (or 0x702120) is known color: Auburn. HEX triplet: 70, 21 and 20. RGB value is (112,33,32). Sum of RGB (Red+Green+Blue) = 112+33+32=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702120 is #8FDEDF. Grayscale: #383838. Windows color (decimal): -9428704 or 2105712. OLE color: 2105712.

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

Color convert

RGB 112 33 32 -
CMYK 0 0.71 0.71 0.56
HSL 0.75º 0.56% 0.28% -
HSV(B) 0.75º 0.71% 0.44% -
XYZ 7.49 4.64 1.87 -
YUV 56.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 112 33 32 0 0.71 0.71 0.56 0.75 0.56 0.28
Hex 70 21 20 0 47 47 38 1 38 1C
Octal 160 41 40 0 107 107 70 1 70 34
Binary 1110000 100001 100000 0 1000111 1000111 111000 1 111000 11100

Color Harmonies of #702120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702120

Black with #702120

Text Example


Text Example

White with #702120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702120; }

 p { color: rgb(112,33,32); }

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

background-color css

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

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

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

border-color css

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

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

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