#72231F

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

Shades of Auburn #72231F

Tints of Auburn #72231F

Color information

#72231F (or 0x72231F) is unknown color: approx Auburn. HEX triplet: 72, 23 and 1F. RGB value is (114,35,31). Sum of RGB (Red+Green+Blue) = 114+35+31=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72231F is #8DDCE0. Grayscale: #3A3A3A. Windows color (decimal): -9297121 or 2040690. OLE color: 2040690.

HSL color Cylindrical-coordinate representation of color #72231F: hue angle of 2.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72231F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1143531-
CMYK00.690.730.55
HSL2.89º57.24%28.43%-
HSV(B)2.89º72.81%44.71%-
XYZ7.794.881.83-
YUV58.16112.67167.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.33%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=63.33%
G=19.44%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114353100.690.730.552.8957.2428.43
Hex72231F04549373391c
Octal162433701051116737134
Binary1110010100011111110100010110010011101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72231F; }

 p { color: rgb(114,35,31); }

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

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

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

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

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

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

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