#761548

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

Shades of Pompadour #761548

Tints of Pompadour #761548

Color information

#761548 (or 0x761548) is unknown color: approx Pompadour. HEX triplet: 76, 15 and 48. RGB value is (118,21,72). Sum of RGB (Red+Green+Blue) = 118+21+72=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761548 is #89EAB7. Grayscale: #373737. Windows color (decimal): -9038520 or 4724086. OLE color: 4724086.

HSL color Cylindrical-coordinate representation of color #761548: hue angle of 328.45º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761548 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1182172-
CMYK00.820.390.54
HSL328.45º69.78%27.25%-
HSV(B)328.45º82.2%46.27%-
XYZ8.914.866.6-
YUV55.82137.14172.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=55.92%
G=9.95%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118217200.820.390.54328.4569.7827.25
Hex7615480522736148461b
Octal166251100122476651010633
Binary111011010101100100001010010100111110110101001000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761548; }

 p { color: rgb(118,21,72); }

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

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

 a { background-color: rgb(118,21,72); }

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

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

 span { border-color: rgb(118,21,72); }

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