#761444

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

Shades of Pompadour #761444

Tints of Pompadour #761444

Color information

#761444 (or 0x761444) is unknown color: approx Pompadour. HEX triplet: 76, 14 and 44. RGB value is (118,20,68). Sum of RGB (Red+Green+Blue) = 118+20+68=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #761444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761444 is #89EBBB. Grayscale: #363636. Windows color (decimal): -9038780 or 4461686. OLE color: 4461686.

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

Color convert

RGB1182068-
CMYK00.830.420.54
HSL330.61º71.01%27.06%-
HSV(B)330.61º83.05%46.27%-
XYZ8.764.775.93-
YUV54.77135.47173.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=57.28%
G=9.71%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118206800.830.420.54330.6171.0127.06
Hex7614440532A3614b471b
Octal166241040123526651310733
Binary111011010100100010001010011101010110110101001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761444; }

 p { color: rgb(118,20,68); }

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

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

 a { background-color: rgb(118,20,68); }

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

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

 span { border-color: rgb(118,20,68); }

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