#77194b

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

Shades of Pompadour #77194B

Tints of Pompadour #77194B

Color information

#77194B (or 0x77194B) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 4B. RGB value is (119,25,75). Sum of RGB (Red+Green+Blue) = 119+25+75=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77194B is #88E6B4. Grayscale: #3A3A3A. Windows color (decimal): -8971957 or 4921719. OLE color: 4921719.

HSL color Cylindrical-coordinate representation of color #77194B: hue angle of 328.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77194B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1192575-
CMYK00.790.370.53
HSL328.09º65.28%28.24%-
HSV(B)328.09º78.99%46.67%-
XYZ9.235.137.16-
YUV58.81137.14170.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=54.34%
G=11.42%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119257500.790.370.53328.0965.2828.24
Hex77194B04F2535148411c
Octal167311130117456551010134
Binary111011111001100101101001111100101110101101001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77194b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77194b; }

 p { color: rgb(119,25,75); }

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

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

 a { background-color: rgb(119,25,75); }

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

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

 span { border-color: rgb(119,25,75); }

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