Html Css Color HEX #722828 Auburn

📋 copy color: '#722828'

red 114 ◦ green 40 ◦ blue 40

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

Shades of Auburn #722828

Tints of Auburn #722828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 58.76%
G = 20.62%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#722828 (or 0x722828) is known color: Auburn. HEX triplet: 72, 28 and 28. RGB value is (114,40,40). Sum of RGB (Red+Green+Blue) = 114+40+40=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722828 is #8DD7D7. Grayscale: #3E3E3E. Windows color (decimal): -9295832 or 2631794. OLE color: 2631794.

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

Color convert

RGB 114 40 40 -
CMYK 0 0.65 0.65 0.55
HSL 0.48% 0.3% -
HSV(B) 0.65% 0.45% -
XYZ 8.08 5.25 2.59 -
YUV 62.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 114 40 40 0 0.65 0.65 0.55 0 0.48 0.3
Hex 72 28 28 0 41 41 37 0 30 1E
Octal 162 50 50 0 101 101 67 0 60 36
Binary 1110010 101000 101000 0 1000001 1000001 110111 0 110000 11110

Color Harmonies of #722828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722828

Black with #722828

Text Example


Text Example

White with #722828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722828; }

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

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

background-color css

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

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

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

border-color css

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

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

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