Html Css Color HEX #722221 Auburn

📋 copy color: '#722221'

red 114 ◦ green 34 ◦ blue 33

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

Shades of Auburn #722221

Tints of Auburn #722221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 62.98%
G = 18.78%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#722221 (or 0x722221) is known color: Auburn. HEX triplet: 72, 22 and 21. RGB value is (114,34,33). Sum of RGB (Red+Green+Blue) = 114+34+33=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #722221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722221 is #8DDDDE. Grayscale: #393939. Windows color (decimal): -9297375 or 2171506. OLE color: 2171506.

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

Color convert

RGB 114 34 33 -
CMYK 0 0.70 0.71 0.55
HSL 0.74º 0.55% 0.29% -
HSV(B) 0.74º 0.71% 0.45% -
XYZ 7.79 4.83 1.96 -
YUV 57.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 114 34 33 0 0.70 0.71 0.55 0.74 0.55 0.29
Hex 72 22 21 0 46 47 37 1 37 1D
Octal 162 42 41 0 106 107 67 1 67 35
Binary 1110010 100010 100001 0 1000110 1000111 110111 1 110111 11101

Color Harmonies of #722221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722221

Black with #722221

Text Example


Text Example

White with #722221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722221; }

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

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

background-color css

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

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

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

border-color css

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

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

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