#751050

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

Shades of Pompadour #751050

Tints of Pompadour #751050

Color information

#751050 (or 0x751050) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 50. RGB value is (117,16,80). Sum of RGB (Red+Green+Blue) = 117+16+80=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #751050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751050 is #8AEFAF. Grayscale: #353535. Windows color (decimal): -9105328 or 5247093. OLE color: 5247093.

HSL color Cylindrical-coordinate representation of color #751050: hue angle of 321.98º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751050 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1171680-
CMYK00.860.320.54
HSL321.98º75.94%26.08%-
HSV(B)321.98º86.32%45.88%-
XYZ8.974.738.03-
YUV53.5142.96173.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=54.93%
G=7.51%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117168000.860.320.54321.9875.9426.08
Hex75105005620361424c1a
Octal165201200126406650211432
Binary111010110000101000001010110100000110110101000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751050; }

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

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

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

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

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

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

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

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