#722625

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

Shades of Auburn #722625

Tints of Auburn #722625

Color information

#722625 (or 0x722625) is unknown color: approx Auburn. HEX triplet: 72, 26 and 25. RGB value is (114,38,37). Sum of RGB (Red+Green+Blue) = 114+38+37=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #722625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722625 is #8DD9DA. Grayscale: #3C3C3C. Windows color (decimal): -9296347 or 2434674. OLE color: 2434674.

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

Color convert

RGB1143837-
CMYK00.670.680.55
HSL0.78º50.99%29.61%-
HSV(B)0.78º67.54%44.71%-
XYZ7.975.12.31-
YUV60.61114.68166.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=60.32%
G=20.11%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114383700.670.680.550.7850.9929.61
Hex72262504344371331e
Octal162464501031046716336
Binary1110010100110100101010000111000100110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722625; }

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

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

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

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

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

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

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

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