#771048

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

Shades of Pompadour #771048

Tints of Pompadour #771048

Color information

#771048 (or 0x771048) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 48. RGB value is (119,16,72). Sum of RGB (Red+Green+Blue) = 119+16+72=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771048 is #88EFB7. Grayscale: #353535. Windows color (decimal): -8974264 or 4722807. OLE color: 4722807.

HSL color Cylindrical-coordinate representation of color #771048: hue angle of 327.38º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771048 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1191672-
CMYK00.870.390.53
HSL327.38º76.3%26.47%-
HSV(B)327.38º86.55%46.67%-
XYZ8.964.766.58-
YUV53.18138.62174.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=57.49%
G=7.73%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119167200.870.390.53327.3876.326.47
Hex77104805727351474c1a
Octal167201100127476550711432
Binary111011110000100100001010111100111110101101000111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771048; }

 p { color: rgb(119,16,72); }

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

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

 a { background-color: rgb(119,16,72); }

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

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

 span { border-color: rgb(119,16,72); }

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