#771240

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

Shades of Pompadour #771240

Tints of Pompadour #771240

Color information

#771240 (or 0x771240) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 40. RGB value is (119,18,64). Sum of RGB (Red+Green+Blue) = 119+18+64=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #771240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771240 is #88EDBF. Grayscale: #353535. Windows color (decimal): -8973760 or 4199031. OLE color: 4199031.

HSL color Cylindrical-coordinate representation of color #771240: hue angle of 332.67º 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 #771240 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1191864-
CMYK00.850.460.53
HSL332.67º73.72%26.86%-
HSV(B)332.67º84.87%46.67%-
XYZ8.754.725.3-
YUV53.44133.96174.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=59.20%
G=8.96%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119186400.850.460.53332.6773.7226.86
Hex7712400552E3514d4a1b
Octal167221000125566551511233
Binary111011110010100000001010101101110110101101001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771240; }

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

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

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

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

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

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

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

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