#771255

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

Shades of Pompadour #771255

Tints of Pompadour #771255

Color information

#771255 (or 0x771255) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 55. RGB value is (119,18,85). Sum of RGB (Red+Green+Blue) = 119+18+85=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771255 is #88EDAA. Grayscale: #373737. Windows color (decimal): -8973739 or 5575287. OLE color: 5575287.

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

Color convert

RGB1191885-
CMYK00.850.290.53
HSL320.2º73.72%26.86%-
HSV(B)320.2º84.87%46.67%-
XYZ9.465.019.06-
YUV55.84144.46173.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=53.60%
G=8.11%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119188500.850.290.53320.273.7226.86
Hex7712550551D351404a1b
Octal167221250125356550011233
Binary11101111001010101010101010111101110101101000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771255; }

 p { color: rgb(119,18,85); }

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

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

 a { background-color: rgb(119,18,85); }

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

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

 span { border-color: rgb(119,18,85); }

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