#73261E

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

Shades of Auburn #73261E

Tints of Auburn #73261E

Color information

#73261E (or 0x73261E) is unknown color: approx Auburn. HEX triplet: 73, 26 and 1E. RGB value is (115,38,30). Sum of RGB (Red+Green+Blue) = 115+38+30=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73261E is #8CD9E1. Grayscale: #3C3C3C. Windows color (decimal): -9230818 or 1975923. OLE color: 1975923.

HSL color Cylindrical-coordinate representation of color #73261E: hue angle of 5.65º degrees, saturation: 0.59, 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 #73261E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1153830-
CMYK00.670.740.55
HSL5.65º58.62%28.43%-
HSV(B)5.65º73.91%45.1%-
XYZ85.121.8-
YUV60.11111.01167.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=62.84%
G=20.77%
B=16.39%

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
Decimal115383000.670.740.555.6558.6228.43
Hex73261E0434A3763b1c
Octal163463601031126767334
Binary11100111001101111001000011100101011011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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