#760D53

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

Shades of Pompadour #760D53

Tints of Pompadour #760D53

Color information

#760D53 (or 0x760D53) is unknown color: approx Pompadour. HEX triplet: 76, 0D and 53. RGB value is (118,13,83). Sum of RGB (Red+Green+Blue) = 118+13+83=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #760D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D53 is #89F2AC. Grayscale: #343434. Windows color (decimal): -9040557 or 5442934. OLE color: 5442934.

HSL color Cylindrical-coordinate representation of color #760D53: hue angle of 320º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D53 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1181383-
CMYK00.890.300.54
HSL320º80.15%25.69%-
HSV(B)320º88.98%46.27%-
XYZ9.184.768.62-
YUV52.38145.29174.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=55.14%
G=6.07%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118138300.890.300.5432080.1525.69
Hex76D530591E36140501a
Octal166151230131366650012032
Binary1110110110110100110101100111110110110101000000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D53; }

 p { color: rgb(118,13,83); }

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

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

 a { background-color: rgb(118,13,83); }

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

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

 span { border-color: rgb(118,13,83); }

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