#751B53

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

Shades of Pompadour #751B53

Tints of Pompadour #751B53

Color information

#751B53 (or 0x751B53) is unknown color: approx Pompadour. HEX triplet: 75, 1B and 53. RGB value is (117,27,83). Sum of RGB (Red+Green+Blue) = 117+27+83=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #751B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B53 is #8AE4AC. Grayscale: #3C3C3C. Windows color (decimal): -9102509 or 5446517. OLE color: 5446517.

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

Color convert

RGB1172783-
CMYK00.770.290.54
HSL322.67º62.5%28.24%-
HSV(B)322.67º76.92%45.88%-
XYZ9.295.198.7-
YUV60.29140.82168.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=51.54%
G=11.89%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117278300.770.290.54322.6762.528.24
Hex751B5304D1D361433e1c
Octal16533123011535665037634
Binary1110101110111010011010011011110111011010100001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,27,83); }

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

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

 a { background-color: rgb(117,27,83); }

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

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

 span { border-color: rgb(117,27,83); }

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