#760D4B

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

Shades of Pompadour #760D4B

Tints of Pompadour #760D4B

Color information

#760D4B (or 0x760D4B) is unknown color: approx Pompadour. HEX triplet: 76, 0D and 4B. RGB value is (118,13,75). Sum of RGB (Red+Green+Blue) = 118+13+75=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #760D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D4B is #89F2B4. Grayscale: #333333. Windows color (decimal): -9040565 or 4918646. OLE color: 4918646.

HSL color Cylindrical-coordinate representation of color #760D4B: hue angle of 324.57º 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 #760D4B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1181375-
CMYK00.890.360.54
HSL324.57º80.15%25.69%-
HSV(B)324.57º88.98%46.27%-
XYZ8.894.657.09-
YUV51.46141.29175.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=57.28%
G=6.31%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118137500.890.360.54324.5780.1525.69
Hex76D4B0592436145501a
Octal166151130131446650512032
Binary11101101101100101101011001100100110110101000101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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