#761252

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

Shades of Pompadour #761252

Tints of Pompadour #761252

Color information

#761252 (or 0x761252) is unknown color: approx Pompadour. HEX triplet: 76, 12 and 52. RGB value is (118,18,82). Sum of RGB (Red+Green+Blue) = 118+18+82=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #761252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761252 is #89EDAD. Grayscale: #373737. Windows color (decimal): -9039278 or 5378678. OLE color: 5378678.

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

Color convert

RGB1181882-
CMYK00.850.310.54
HSL321.6º73.53%26.67%-
HSV(B)321.6º84.75%46.27%-
XYZ9.214.898.44-
YUV55.2143.13172.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=54.13%
G=8.26%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118188200.850.310.54321.673.5326.67
Hex7612520551F361424a1b
Octal166221220125376650211233
Binary11101101001010100100101010111111110110101000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761252; }

 p { color: rgb(118,18,82); }

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

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

 a { background-color: rgb(118,18,82); }

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

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

 span { border-color: rgb(118,18,82); }

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