#771239

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

Shades of Pompadour #771239

Tints of Pompadour #771239

Color information

#771239 (or 0x771239) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 39. RGB value is (119,18,57). Sum of RGB (Red+Green+Blue) = 119+18+57=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #771239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771239 is #88EDC6. Grayscale: #343434. Windows color (decimal): -8973767 or 3740279. OLE color: 3740279.

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

Color convert

RGB1191857-
CMYK00.850.520.53
HSL336.83º73.72%26.86%-
HSV(B)336.83º84.87%46.67%-
XYZ8.564.654.32-
YUV52.64130.46175.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=61.34%
G=9.28%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119185700.850.520.53336.8373.7226.86
Hex77123905534351514a1b
Octal16722710125646552111233
Binary11101111001011100101010101110100110101101010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771239; }

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

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

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

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

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

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

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

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