#73193C

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

Shades of Pompadour #73193C

Tints of Pompadour #73193C

Color information

#73193C (or 0x73193C) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 3C. RGB value is (115,25,60). Sum of RGB (Red+Green+Blue) = 115+25+60=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73193C is #8CE6C3. Grayscale: #373737. Windows color (decimal): -9234116 or 3938675. OLE color: 3938675.

HSL color Cylindrical-coordinate representation of color #73193C: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73193C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1152560-
CMYK00.780.480.55
HSL336.67º64.29%27.45%-
HSV(B)336.67º78.26%45.1%-
XYZ8.234.674.74-
YUV55.9130.32170.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=57.5%
G=12.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115256000.780.480.55336.6764.2927.45
Hex73193C04E3037151401b
Octal16331740116606752110033
Binary11100111100111110001001110110000110111101010001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73193C; }

 p { color: rgb(115,25,60); }

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

<style>
 a { background-color: #73193C; }

 a { background-color: rgb(115,25,60); }

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

<style>
 span { border-color: #73193C; }

 span { border-color: rgb(115,25,60); }

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