#761149

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

Shades of Pompadour #761149

Tints of Pompadour #761149

Color information

#761149 (or 0x761149) is unknown color: approx Pompadour. HEX triplet: 76, 11 and 49. RGB value is (118,17,73). Sum of RGB (Red+Green+Blue) = 118+17+73=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761149 is #89EEB6. Grayscale: #353535. Windows color (decimal): -9039543 or 4788598. OLE color: 4788598.

HSL color Cylindrical-coordinate representation of color #761149: hue angle of 326.73º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761149 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1181773-
CMYK00.860.380.54
HSL326.73º74.81%26.47%-
HSV(B)326.73º85.59%46.27%-
XYZ8.874.736.75-
YUV53.58138.96173.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=56.73%
G=8.17%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118177300.860.380.54326.7374.8126.47
Hex76114905626361474b1a
Octal166211110126466650711332
Binary111011010001100100101010110100110110110101000111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761149; }

 p { color: rgb(118,17,73); }

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

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

 a { background-color: rgb(118,17,73); }

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

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

 span { border-color: rgb(118,17,73); }

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