#73124F

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

Shades of Pompadour #73124F

Tints of Pompadour #73124F

Color information

#73124F (or 0x73124F) is unknown color: approx Pompadour. HEX triplet: 73, 12 and 4F. RGB value is (115,18,79). Sum of RGB (Red+Green+Blue) = 115+18+79=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73124F is #8CEDB0. Grayscale: #353535. Windows color (decimal): -9235889 or 5182067. OLE color: 5182067.

HSL color Cylindrical-coordinate representation of color #73124F: hue angle of 322.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73124F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1151879-
CMYK00.840.310.55
HSL322.27º72.93%26.08%-
HSV(B)322.27º84.35%45.1%-
XYZ8.74.647.83-
YUV53.96142.14171.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=54.25%
G=8.49%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115187900.840.310.55322.2772.9326.08
Hex73124F0541F37142491a
Octal163221170124376750211132
Binary11100111001010011110101010011111110111101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73124F; }

 p { color: rgb(115,18,79); }

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

<style>
 a { background-color: #73124F; }

 a { background-color: rgb(115,18,79); }

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

<style>
 span { border-color: #73124F; }

 span { border-color: rgb(115,18,79); }

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