#751239

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

Shades of Pompadour #751239

Tints of Pompadour #751239

Color information

#751239 (or 0x751239) is unknown color: approx Pompadour. HEX triplet: 75, 12 and 39. RGB value is (117,18,57). Sum of RGB (Red+Green+Blue) = 117+18+57=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751239 is #8AEDC6. Grayscale: #333333. Windows color (decimal): -9104839 or 3740277. OLE color: 3740277.

HSL color Cylindrical-coordinate representation of color #751239: hue angle of 336.36º 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 #751239 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1171857-
CMYK00.850.510.54
HSL336.36º73.33%26.47%-
HSV(B)336.36º84.62%45.88%-
XYZ8.294.514.3-
YUV52.05130.8174.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=60.94%
G=9.38%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117185700.850.510.54336.3673.3326.47
Hex7512390553336150491a
Octal16522710125636652011132
Binary11101011001011100101010101110011110110101010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751239; }

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

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

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

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

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

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

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

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