#760e39

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

Shades of Pompadour #760E39

Tints of Pompadour #760E39

Color information

#760E39 (or 0x760E39) is unknown color: approx Pompadour. HEX triplet: 76, 0E and 39. RGB value is (118,14,57). Sum of RGB (Red+Green+Blue) = 118+14+57=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #760E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E39 is #89F1C6. Grayscale: #313131. Windows color (decimal): -9040327 or 3739254. OLE color: 3739254.

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

Color convert

RGB1181457-
CMYK00.880.520.54
HSL335.19º78.79%25.88%-
HSV(B)335.19º88.14%46.27%-
XYZ8.374.464.29-
YUV50131.96176.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=62.43%
G=7.41%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118145700.880.520.54335.1978.7925.88
Hex76E39058343614f4f1a
Octal16616710130646651711732
Binary1110110111011100101011000110100110110101001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,14,57); }

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

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

 a { background-color: rgb(118,14,57); }

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

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

 span { border-color: rgb(118,14,57); }

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