#75124E

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

Shades of Pompadour #75124E

Tints of Pompadour #75124E

Color information

#75124E (or 0x75124E) is unknown color: approx Pompadour. HEX triplet: 75, 12 and 4E. RGB value is (117,18,78). Sum of RGB (Red+Green+Blue) = 117+18+78=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75124E is #8AEDB1. Grayscale: #363636. Windows color (decimal): -9104818 or 5116533. OLE color: 5116533.

HSL color Cylindrical-coordinate representation of color #75124E: hue angle of 323.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75124E is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1171878-
CMYK00.850.330.54
HSL323.64º73.33%26.47%-
HSV(B)323.64º84.62%45.88%-
XYZ8.934.767.66-
YUV54.44141.3172.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=54.93%
G=8.45%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117187800.850.330.54323.6473.3326.47
Hex75124E0552136144491a
Octal165221160125416650411132
Binary111010110010100111001010101100001110110101000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75124E; }

 p { color: rgb(117,18,78); }

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

<style>
 a { background-color: #75124E; }

 a { background-color: rgb(117,18,78); }

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

<style>
 span { border-color: #75124E; }

 span { border-color: rgb(117,18,78); }

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