#761A4B

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

Shades of Pompadour #761A4B

Tints of Pompadour #761A4B

Color information

#761A4B (or 0x761A4B) is unknown color: approx Pompadour. HEX triplet: 76, 1A and 4B. RGB value is (118,26,75). Sum of RGB (Red+Green+Blue) = 118+26+75=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #761A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A4B is #89E5B4. Grayscale: #3A3A3A. Windows color (decimal): -9037237 or 4921974. OLE color: 4921974.

HSL color Cylindrical-coordinate representation of color #761A4B: hue angle of 328.04º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A4B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1182675-
CMYK00.780.360.54
HSL328.04º63.89%28.24%-
HSV(B)328.04º77.97%46.27%-
XYZ9.115.17.16-
YUV59.09136.98170.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=53.88%
G=11.87%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118267500.780.360.54328.0463.8928.24
Hex761A4B04E2436148401c
Octal166321130116446651010034
Binary111011011010100101101001110100100110110101001000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761A4B; }

 p { color: rgb(118,26,75); }

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

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

 a { background-color: rgb(118,26,75); }

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

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

 span { border-color: rgb(118,26,75); }

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