#751655

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

Shades of Pompadour #751655

Tints of Pompadour #751655

Color information

#751655 (or 0x751655) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 55. RGB value is (117,22,85). Sum of RGB (Red+Green+Blue) = 117+22+85=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751655 is #8AE9AA. Grayscale: #393939. Windows color (decimal): -9103787 or 5576309. OLE color: 5576309.

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

Color convert

RGB1172285-
CMYK00.810.270.54
HSL320.21º68.35%27.25%-
HSV(B)320.21º81.2%45.88%-
XYZ9.265.019.07-
YUV57.59143.47170.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=52.23%
G=9.82%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117228500.810.270.54320.2168.3527.25
Hex7516550511B36140441b
Octal165261250121336650010433
Binary11101011011010101010101000111011110110101000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751655; }

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

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

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

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

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

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

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

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