#72261E

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

Shades of Auburn #72261E

Tints of Auburn #72261E

Color information

#72261E (or 0x72261E) is unknown color: approx Auburn. HEX triplet: 72, 26 and 1E. RGB value is (114,38,30). Sum of RGB (Red+Green+Blue) = 114+38+30=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72261E is #8DD9E1. Grayscale: #3B3B3B. Windows color (decimal): -9296354 or 1975922. OLE color: 1975922.

HSL color Cylindrical-coordinate representation of color #72261E: hue angle of 5.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72261E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1143830-
CMYK00.670.740.55
HSL5.71º58.33%28.24%-
HSV(B)5.71º73.68%44.71%-
XYZ7.875.061.79-
YUV59.81111.18166.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=62.64%
G=20.88%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114383000.670.740.555.7158.3328.24
Hex72261E0434A3763a1c
Octal162463601031126767234
Binary11100101001101111001000011100101011011111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72261E; }

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

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

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

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

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

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

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

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