#7B1349

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

Shades of Pompadour #7B1349

Tints of Pompadour #7B1349

Color information

#7B1349 (or 0x7B1349) is unknown color: approx Pompadour. HEX triplet: 7B, 13 and 49. RGB value is (123,19,73). Sum of RGB (Red+Green+Blue) = 123+19+73=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1349 is #84ECB6. Grayscale: #383838. Windows color (decimal): -8711351 or 4789115. OLE color: 4789115.

HSL color Cylindrical-coordinate representation of color #7B1349: hue angle of 328.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1349 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1231973-
CMYK00.850.410.52
HSL328.85º73.24%27.84%-
HSV(B)328.85º84.55%48.24%-
XYZ9.65.166.79-
YUV56.25137.46175.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.21%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=57.21%
G=8.84%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123197300.850.410.52328.8573.2427.84
Hex7B13490552934149491c
Octal173231110125516451111134
Binary111101110011100100101010101101001110100101001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,73); }

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

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

 a { background-color: rgb(123,19,73); }

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

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

 span { border-color: rgb(123,19,73); }

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