#751550

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

Shades of Pompadour #751550

Tints of Pompadour #751550

Color information

#751550 (or 0x751550) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 50. RGB value is (117,21,80). Sum of RGB (Red+Green+Blue) = 117+21+80=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #751550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751550 is #8AEAAF. Grayscale: #383838. Windows color (decimal): -9104048 or 5248373. OLE color: 5248373.

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

Color convert

RGB1172180-
CMYK00.820.320.54
HSL323.12º69.57%27.06%-
HSV(B)323.12º82.05%45.88%-
XYZ9.054.98.06-
YUV56.43141.3171.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=53.67%
G=9.63%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117218000.820.320.54323.1269.5727.06
Hex7515500522036143461b
Octal165251200122406650310633
Binary111010110101101000001010010100000110110101000011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751550; }

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

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

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

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

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

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

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

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