#73153B

Color #73153B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #73153B

Tints of Pompadour #73153B

Color information

#73153B (or 0x73153B) is unknown color: approx Pompadour. HEX triplet: 73, 15 and 3B. RGB value is (115,21,59). Sum of RGB (Red+Green+Blue) = 115+21+59=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73153B is #8CEAC4. Grayscale: #353535. Windows color (decimal): -9235141 or 3872115. OLE color: 3872115.

HSL color Cylindrical-coordinate representation of color #73153B: hue angle of 335.74º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73153B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1152159-
CMYK00.820.490.55
HSL335.74º69.12%26.67%-
HSV(B)335.74º81.74%45.1%-
XYZ8.134.54.58-
YUV53.44131.14171.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=58.97%
G=10.77%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115215900.820.490.55335.7469.1226.67
Hex73153B0523137150451b
Octal16325730122616752010533
Binary11100111010111101101010010110001110111101010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73153B; }

 p { color: rgb(115,21,59); }

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

<style>
 a { background-color: #73153B; }

 a { background-color: rgb(115,21,59); }

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

<style>
 span { border-color: #73153B; }

 span { border-color: rgb(115,21,59); }

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