#73144C

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

Shades of Pompadour #73144C

Tints of Pompadour #73144C

Color information

#73144C (or 0x73144C) is unknown color: approx Pompadour. HEX triplet: 73, 14 and 4C. RGB value is (115,20,76). Sum of RGB (Red+Green+Blue) = 115+20+76=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73144C is #8CEBB3. Grayscale: #363636. Windows color (decimal): -9235380 or 4985971. OLE color: 4985971.

HSL color Cylindrical-coordinate representation of color #73144C: hue angle of 324.63º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73144C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1152076-
CMYK00.830.340.55
HSL324.63º70.37%26.47%-
HSV(B)324.63º82.61%45.1%-
XYZ8.624.677.28-
YUV54.79139.97170.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=54.50%
G=9.48%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115207600.830.340.55324.6370.3726.47
Hex73144C0532237145461a
Octal163241140123426750510632
Binary111001110100100110001010011100010110111101000101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,20,76); }

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

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

 a { background-color: rgb(115,20,76); }

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

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

 span { border-color: rgb(115,20,76); }

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