#751046

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

Shades of Pompadour #751046

Tints of Pompadour #751046

Color information

#751046 (or 0x751046) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 46. RGB value is (117,16,70). Sum of RGB (Red+Green+Blue) = 117+16+70=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #751046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751046 is #8AEFB9. Grayscale: #343434. Windows color (decimal): -9105338 or 4591733. OLE color: 4591733.

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

Color convert

RGB1171670-
CMYK00.860.400.54
HSL327.92º75.94%26.08%-
HSV(B)327.92º86.32%45.88%-
XYZ8.634.596.23-
YUV52.36137.96174.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=57.64%
G=7.88%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117167000.860.400.54327.9275.9426.08
Hex75104605628361484c1a
Octal165201060126506651011432
Binary111010110000100011001010110101000110110101001000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751046; }

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

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

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

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

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

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

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

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