#751555

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

Shades of Pompadour #751555

Tints of Pompadour #751555

Color information

#751555 (or 0x751555) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 55. RGB value is (117,21,85). Sum of RGB (Red+Green+Blue) = 117+21+85=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751555 is #8AEAAA. Grayscale: #383838. Windows color (decimal): -9104043 or 5576053. OLE color: 5576053.

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

Color convert

RGB1172185-
CMYK00.820.270.54
HSL320º69.57%27.06%-
HSV(B)320º82.05%45.88%-
XYZ9.244.979.07-
YUV57143.8170.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=52.47%
G=9.42%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117218500.820.270.5432069.5727.06
Hex7515550521B36140461b
Octal165251250122336650010633
Binary11101011010110101010101001011011110110101000000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751555; }

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

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

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

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

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

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

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

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