Html Css Color HEX #722222 Auburn

📋 copy color: '#722222'

red 114 ◦ green 34 ◦ blue 34

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

Shades of Auburn #722222

Tints of Auburn #722222

RGB

 RED value IS 114 (44.92% from 255) = 62.64%

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

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

R = 62.64%
G = 18.68%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#722222 (or 0x722222) is known color: Auburn. HEX triplet: 72, 22 and 22. RGB value is (114,34,34). Sum of RGB (Red+Green+Blue) = 114+34+34=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722222 is #8DDDDD. Grayscale: #393939. Windows color (decimal): -9297374 or 2237042. OLE color: 2237042.

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

Color convert

RGB 114 34 34 -
CMYK 0 0.70 0.70 0.55
HSL 0.54% 0.29% -
HSV(B) 0.7% 0.45% -
XYZ 7.8 4.84 2.04 -
YUV 57.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 114 34 34 0 0.70 0.70 0.55 0 0.54 0.29
Hex 72 22 22 0 46 46 37 0 36 1D
Octal 162 42 42 0 106 106 67 0 66 35
Binary 1110010 100010 100010 0 1000110 1000110 110111 0 110110 11101

Color Harmonies of #722222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722222

Black with #722222

Text Example


Text Example

White with #722222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722222; }

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

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

background-color css

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

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

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

border-color css

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

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

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