#7B1A47

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

Shades of Pompadour #7B1A47

Tints of Pompadour #7B1A47

Color information

#7B1A47 (or 0x7B1A47) is unknown color: approx Pompadour. HEX triplet: 7B, 1A and 47. RGB value is (123,26,71). Sum of RGB (Red+Green+Blue) = 123+26+71=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A47 is #84E5B8. Grayscale: #3C3C3C. Windows color (decimal): -8709561 or 4659835. OLE color: 4659835.

HSL color Cylindrical-coordinate representation of color #7B1A47: hue angle of 332.16º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A47 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1232671-
CMYK00.790.420.52
HSL332.16º65.1%29.22%-
HSV(B)332.16º78.86%48.24%-
XYZ9.685.46.49-
YUV60.13134.14172.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.91%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=55.91%
G=11.82%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123267100.790.420.52332.1665.129.22
Hex7B1A4704F2A3414c411d
Octal173321070117526451410135
Binary111101111010100011101001111101010110100101001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1A47; }

 p { color: rgb(123,26,71); }

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

<style>
 a { background-color: #7B1A47; }

 a { background-color: rgb(123,26,71); }

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

<style>
 span { border-color: #7B1A47; }

 span { border-color: rgb(123,26,71); }

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