#751C50

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

Shades of Pompadour #751C50

Tints of Pompadour #751C50

Color information

#751C50 (or 0x751C50) is unknown color: approx Pompadour. HEX triplet: 75, 1C and 50. RGB value is (117,28,80). Sum of RGB (Red+Green+Blue) = 117+28+80=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C50 is #8AE3AF. Grayscale: #3C3C3C. Windows color (decimal): -9102256 or 5250165. OLE color: 5250165.

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

Color convert

RGB1172880-
CMYK00.760.320.54
HSL324.94º61.38%28.43%-
HSV(B)324.94º76.07%45.88%-
XYZ9.25.198.11-
YUV60.54138.99168.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=52%
G=12.44%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117288000.760.320.54324.9461.3828.43
Hex751C5004C20361453d1c
Octal16534120011440665057534
Binary11101011110010100000100110010000011011010100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751C50; }

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

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

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

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

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

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

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

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