#751255

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

Shades of Pompadour #751255

Tints of Pompadour #751255

Color information

#751255 (or 0x751255) is unknown color: approx Pompadour. HEX triplet: 75, 12 and 55. RGB value is (117,18,85). Sum of RGB (Red+Green+Blue) = 117+18+85=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #751255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751255 is #8AEDAA. Grayscale: #373737. Windows color (decimal): -9104811 or 5575285. OLE color: 5575285.

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

Color convert

RGB1171885-
CMYK00.850.270.54
HSL319.39º73.33%26.47%-
HSV(B)319.39º84.62%45.88%-
XYZ9.194.879.05-
YUV55.24144.8172.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=53.18%
G=8.18%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117188500.850.270.54319.3973.3326.47
Hex7512550551B3613f491a
Octal165221250125336647711132
Binary11101011001010101010101010111011110110100111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751255; }

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

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

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

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

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

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

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

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