#76194A

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

Shades of Pompadour #76194A

Tints of Pompadour #76194A

Color information

#76194A (or 0x76194A) is unknown color: approx Pompadour. HEX triplet: 76, 19 and 4A. RGB value is (118,25,74). Sum of RGB (Red+Green+Blue) = 118+25+74=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76194A is #89E6B5. Grayscale: #3A3A3A. Windows color (decimal): -9037494 or 4856182. OLE color: 4856182.

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

Color convert

RGB1182574-
CMYK00.790.370.54
HSL328.39º65.03%28.04%-
HSV(B)328.39º78.81%46.27%-
XYZ9.055.046.97-
YUV58.39136.81170.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=54.38%
G=11.52%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118257400.790.370.54328.3965.0328.04
Hex76194A04F2536148411c
Octal166311120117456651010134
Binary111011011001100101001001111100101110110101001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76194A; }

 p { color: rgb(118,25,74); }

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

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

 a { background-color: rgb(118,25,74); }

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

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

 span { border-color: rgb(118,25,74); }

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