#761B4B

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

Shades of Pompadour #761B4B

Tints of Pompadour #761B4B

Color information

#761B4B (or 0x761B4B) is unknown color: approx Pompadour. HEX triplet: 76, 1B and 4B. RGB value is (118,27,75). Sum of RGB (Red+Green+Blue) = 118+27+75=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #761B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B4B is #89E4B4. Grayscale: #3B3B3B. Windows color (decimal): -9036981 or 4922230. OLE color: 4922230.

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

Color convert

RGB1182775-
CMYK00.770.360.54
HSL328.35º62.76%28.43%-
HSV(B)328.35º77.12%46.27%-
XYZ9.135.147.17-
YUV59.68136.65169.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=53.64%
G=12.27%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118277500.770.360.54328.3562.7628.43
Hex761B4B04D24361483f1c
Octal16633113011544665107734
Binary11101101101110010110100110110010011011010100100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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