#722828

Color #722828 Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #722828

Tints of Auburn #722828

Color information

#722828 (or 0x722828) is unknown color: approx 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

RGB1144040-
CMYK00.650.650.55
HSL48.05%30.2%-
HSV(B)64.91%44.71%-
XYZ8.085.252.59-
YUV62.13115.52165-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114404000.650.650.55048.0530.2
Hex72282804141370301e
Octal162505001011016706036
Binary1110010101000101000010000011000001110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>