#73251E

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

Shades of Auburn #73251E

Tints of Auburn #73251E

Color information

#73251E (or 0x73251E) is unknown color: approx Auburn. HEX triplet: 73, 25 and 1E. RGB value is (115,37,30). Sum of RGB (Red+Green+Blue) = 115+37+30=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73251E is #8CDAE1. Grayscale: #3B3B3B. Windows color (decimal): -9231074 or 1975667. OLE color: 1975667.

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

Color convert

RGB1153730-
CMYK00.680.740.55
HSL4.94º58.62%28.43%-
HSV(B)4.94º73.91%45.1%-
XYZ7.975.061.79-
YUV59.52111.34167.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=63.19%
G=20.33%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115373000.680.740.554.9458.6228.43
Hex73251E0444A3753b1c
Octal163453601041126757334
Binary11100111001011111001000100100101011011110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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