#761853

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

Shades of Pompadour #761853

Tints of Pompadour #761853

Color information

#761853 (or 0x761853) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 53. RGB value is (118,24,83). Sum of RGB (Red+Green+Blue) = 118+24+83=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761853 is #89E7AC. Grayscale: #3A3A3A. Windows color (decimal): -9037741 or 5445750. OLE color: 5445750.

HSL color Cylindrical-coordinate representation of color #761853: hue angle of 322.34º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761853 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1182483-
CMYK00.800.300.54
HSL322.34º66.2%27.84%-
HSV(B)322.34º79.66%46.27%-
XYZ9.365.138.68-
YUV58.83141.64170.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=52.44%
G=10.67%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118248300.800.300.54322.3466.227.84
Hex7618530501E36142421c
Octal166301230120366650210234
Binary11101101100010100110101000011110110110101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761853; }

 p { color: rgb(118,24,83); }

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

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

 a { background-color: rgb(118,24,83); }

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

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

 span { border-color: rgb(118,24,83); }

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