#771E3F

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

Shades of Pompadour #771E3F

Tints of Pompadour #771E3F

Color information

#771E3F (or 0x771E3F) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 3F. RGB value is (119,30,63). Sum of RGB (Red+Green+Blue) = 119+30+63=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3F is #88E1C0. Grayscale: #3C3C3C. Windows color (decimal): -8970689 or 4136567. OLE color: 4136567.

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

Color convert

RGB1193063-
CMYK00.750.470.53
HSL337.75º59.73%29.22%-
HSV(B)337.75º74.79%46.67%-
XYZ8.975.215.24-
YUV60.37129.49169.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 63 (25% from 255) = 29.72%
R=56.13%
G=14.15%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306300.750.470.53337.7559.7329.22
Hex771E3F04B2F351523c1d
Octal1673677011357655227435
Binary1110111111101111110100101110111111010110101001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E3F; }

 p { color: rgb(119,30,63); }

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

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

 a { background-color: rgb(119,30,63); }

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

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

 span { border-color: rgb(119,30,63); }

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