Html Css Color HEX #722322 Auburn

📋 copy color: '#722322'

red 114 ◦ green 35 ◦ blue 34

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

Shades of Auburn #722322

Tints of Auburn #722322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 62.3%
G = 19.13%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#722322 (or 0x722322) is known color: Auburn. HEX triplet: 72, 23 and 22. RGB value is (114,35,34). Sum of RGB (Red+Green+Blue) = 114+35+34=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722322 is #8DDCDD. Grayscale: #3A3A3A. Windows color (decimal): -9297118 or 2237298. OLE color: 2237298.

HSL color Cylindrical-coordinate representation of color #722322: hue angle of 0.75º 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 #722322 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 34 -
CMYK 0 0.69 0.70 0.55
HSL 0.75º 0.54% 0.29% -
HSV(B) 0.75º 0.7% 0.45% -
XYZ 7.83 4.89 2.05 -
YUV 58.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 114 35 34 0 0.69 0.70 0.55 0.75 0.54 0.29
Hex 72 23 22 0 45 46 37 1 36 1D
Octal 162 43 42 0 105 106 67 1 66 35
Binary 1110010 100011 100010 0 1000101 1000110 110111 1 110110 11101

Color Harmonies of #722322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722322

Black with #722322

Text Example


Text Example

White with #722322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722322; }

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

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

background-color css

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

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

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

border-color css

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

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

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