#771540

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

Shades of Pompadour #771540

Tints of Pompadour #771540

Color information

#771540 (or 0x771540) is unknown color: approx Pompadour. HEX triplet: 77, 15 and 40. RGB value is (119,21,64). Sum of RGB (Red+Green+Blue) = 119+21+64=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #771540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771540 is #88EABF. Grayscale: #373737. Windows color (decimal): -8972992 or 4199799. OLE color: 4199799.

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

Color convert

RGB1192164-
CMYK00.820.460.53
HSL333.67º70%27.45%-
HSV(B)333.67º82.35%46.67%-
XYZ8.84.835.32-
YUV55.2132.97173.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=58.33%
G=10.29%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119216400.820.460.53333.677027.45
Hex7715400522E3514e461b
Octal167251000122566551610633
Binary111011110101100000001010010101110110101101001110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771540; }

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

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

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

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

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

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

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

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