#761851

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

Shades of Pompadour #761851

Tints of Pompadour #761851

Color information

#761851 (or 0x761851) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 51. RGB value is (118,24,81). Sum of RGB (Red+Green+Blue) = 118+24+81=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761851 is #89E7AE. Grayscale: #3A3A3A. Windows color (decimal): -9037743 or 5314678. OLE color: 5314678.

HSL color Cylindrical-coordinate representation of color #761851: hue angle of 323.62º 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 #761851 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1182481-
CMYK00.800.310.54
HSL323.62º66.2%27.84%-
HSV(B)323.62º79.66%46.27%-
XYZ9.285.18.28-
YUV58.6140.64170.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=52.91%
G=10.76%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118248100.800.310.54323.6266.227.84
Hex7618510501F36144421c
Octal166301210120376650410234
Binary11101101100010100010101000011111110110101000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761851; }

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

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

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

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

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

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

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

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