#751542

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

Shades of Pompadour #751542

Tints of Pompadour #751542

Color information

#751542 (or 0x751542) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 42. RGB value is (117,21,66). Sum of RGB (Red+Green+Blue) = 117+21+66=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751542 is #8AEABD. Grayscale: #363636. Windows color (decimal): -9104062 or 4330869. OLE color: 4330869.

HSL color Cylindrical-coordinate representation of color #751542: hue angle of 331.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751542 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1172166-
CMYK00.820.440.54
HSL331.88º69.57%27.06%-
HSV(B)331.88º82.05%45.88%-
XYZ8.594.715.61-
YUV54.83134.3172.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=57.35%
G=10.29%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117216600.820.440.54331.8869.5727.06
Hex7515420522C3614c461b
Octal165251020122546651410633
Binary111010110101100001001010010101100110110101001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751542; }

 p { color: rgb(117,21,66); }

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

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

 a { background-color: rgb(117,21,66); }

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

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

 span { border-color: rgb(117,21,66); }

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