Html Css Color HEX #722827 Auburn

📋 copy color: '#722827'

red 114 ◦ green 40 ◦ blue 39

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

Shades of Auburn #722827

Tints of Auburn #722827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 59.07%
G = 20.73%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#722827 (or 0x722827) is known color: Auburn. HEX triplet: 72, 28 and 27. RGB value is (114,40,39). Sum of RGB (Red+Green+Blue) = 114+40+39=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722827 is #8DD7D8. Grayscale: #3E3E3E. Windows color (decimal): -9295833 or 2566258. OLE color: 2566258.

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

Color convert

RGB 114 40 39 -
CMYK 0 0.65 0.66 0.55
HSL 0.8º 0.49% 0.3% -
HSV(B) 0.8º 0.66% 0.45% -
XYZ 8.06 5.24 2.51 -
YUV 62.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 114 40 39 0 0.65 0.66 0.55 0.8 0.49 0.3
Hex 72 28 27 0 41 42 37 1 31 1E
Octal 162 50 47 0 101 102 67 1 61 36
Binary 1110010 101000 100111 0 1000001 1000010 110111 1 110001 11110

Color Harmonies of #722827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722827

Black with #722827

Text Example


Text Example

White with #722827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722827; }

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

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

background-color css

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

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

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

border-color css

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

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

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