#73104D

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

Shades of Pompadour #73104D

Tints of Pompadour #73104D

Color information

#73104D (or 0x73104D) is unknown color: approx Pompadour. HEX triplet: 73, 10 and 4D. RGB value is (115,16,77). Sum of RGB (Red+Green+Blue) = 115+16+77=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73104D is #8CEFB2. Grayscale: #343434. Windows color (decimal): -9236403 or 5050483. OLE color: 5050483.

HSL color Cylindrical-coordinate representation of color #73104D: hue angle of 323.03º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73104D is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1151677-
CMYK00.860.330.55
HSL323.03º75.57%25.69%-
HSV(B)323.03º86.09%45.1%-
XYZ8.64.557.45-
YUV52.56141.8172.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=55.29%
G=7.69%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115167700.860.330.55323.0375.5725.69
Hex73104D05621371434c1a
Octal163201150126416750311432
Binary111001110000100110101010110100001110111101000011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73104D; }

 p { color: rgb(115,16,77); }

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

<style>
 a { background-color: #73104D; }

 a { background-color: rgb(115,16,77); }

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

<style>
 span { border-color: #73104D; }

 span { border-color: rgb(115,16,77); }

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