Html Css Color HEX #722C27 Auburn

📋 copy color: '#722C27'

red 114 ◦ green 44 ◦ blue 39

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

Shades of Auburn #722C27

Tints of Auburn #722C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 57.87%
G = 22.34%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#722C27 (or 0x722C27) is known color: Auburn. HEX triplet: 72, 2C and 27. RGB value is (114,44,39). Sum of RGB (Red+Green+Blue) = 114+44+39=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #722C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C27 is #8DD3D8. Grayscale: #404040. Windows color (decimal): -9294809 or 2567282. OLE color: 2567282.

HSL color Cylindrical-coordinate representation of color #722C27: hue angle of 4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722C27 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 44 39 -
CMYK 0 0.61 0.66 0.55
HSL 0.49% 0.3% -
HSV(B) 0.66% 0.45% -
XYZ 8.21 5.53 2.55 -
YUV 64.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 114 44 39 0 0.61 0.66 0.55 4 0.49 0.3
Hex 72 2C 27 0 3D 42 37 4 31 1E
Octal 162 54 47 0 75 102 67 4 61 36
Binary 1110010 101100 100111 0 111101 1000010 110111 100 110001 11110

Color Harmonies of #722C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722C27

Black with #722C27

Text Example


Text Example

White with #722C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722C27; }

 p { color: rgb(114,44,39); }

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

background-color css

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

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

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

border-color css

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

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

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