#72261F

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

Shades of Auburn #72261F

Tints of Auburn #72261F

Color information

#72261F (or 0x72261F) is unknown color: approx Auburn. HEX triplet: 72, 26 and 1F. RGB value is (114,38,31). Sum of RGB (Red+Green+Blue) = 114+38+31=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72261F is #8DD9E0. Grayscale: #3C3C3C. Windows color (decimal): -9296353 or 2041458. OLE color: 2041458.

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

Color convert

RGB1143831-
CMYK00.670.730.55
HSL5.06º57.24%28.43%-
HSV(B)5.06º72.81%44.71%-
XYZ7.885.061.86-
YUV59.93111.68166.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=62.30%
G=20.77%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114383100.670.730.555.0657.2428.43
Hex72261F04349375391c
Octal162463701031116757134
Binary11100101001101111101000011100100111011110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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