#75214E

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

Shades of Pompadour #75214E

Tints of Pompadour #75214E

Color information

#75214E (or 0x75214E) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 4E. RGB value is (117,33,78). Sum of RGB (Red+Green+Blue) = 117+33+78=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75214E is #8ADEB1. Grayscale: #3F3F3F. Windows color (decimal): -9100978 or 5120373. OLE color: 5120373.

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

Color convert

RGB1173378-
CMYK00.720.330.54
HSL327.86º56%29.41%-
HSV(B)327.86º71.79%45.88%-
XYZ9.265.427.77-
YUV63.25136.33166.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=51.32%
G=14.47%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117337800.720.330.54327.865629.41
Hex75214E0482136148381d
Octal16541116011041665107035
Binary111010110000110011100100100010000111011010100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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