#722825

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

Shades of Auburn #722825

Tints of Auburn #722825

Color information

#722825 (or 0x722825) is unknown color: approx Auburn. HEX triplet: 72, 28 and 25. RGB value is (114,40,37). Sum of RGB (Red+Green+Blue) = 114+40+37=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722825 is #8DD7DA. Grayscale: #3D3D3D. Windows color (decimal): -9295835 or 2435186. OLE color: 2435186.

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

Color convert

RGB1144037-
CMYK00.650.680.55
HSL2.34º50.99%29.61%-
HSV(B)2.34º67.54%44.71%-
XYZ8.035.232.34-
YUV61.78114.02165.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=59.69%
G=20.94%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114403700.650.680.552.3450.9929.61
Hex72282504144372331e
Octal162504501011046726336
Binary11100101010001001010100000110001001101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722825; }

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

 H1.HeaderClassName
 {
   color: #722825;
 }
 .AnyTagClassName
 {
   color: #722825;
 }
</style>
background-color css

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

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

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

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

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

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