#5B154B

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

Shades of Pompadour #5B154B

Tints of Pompadour #5B154B

Color information

#5B154B (or 0x5B154B) is unknown color: approx Pompadour. HEX triplet: 5B, 15 and 4B. RGB value is (91,21,75). Sum of RGB (Red+Green+Blue) = 91+21+75=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B154B is #A4EAB4. Grayscale: #2F2F2F. Windows color (decimal): -10807989 or 4920667. OLE color: 4920667.

HSL color Cylindrical-coordinate representation of color #5B154B: hue angle of 313.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B154B is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB912175-
CMYK00.770.180.64
HSL313.71º62.5%21.96%-
HSV(B)313.71º76.92%35.69%-
XYZ5.853.276.98-
YUV48.09143.19158.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.66%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=48.66%
G=11.23%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91217500.770.180.64313.7162.521.96
Hex5B154B04D124013a3e16
Octal133251130115221004727626
Binary10110111010110010110100110110010100000010011101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B154B; }

 p { color: rgb(91,21,75); }

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

<style>
 a { background-color: #5B154B; }

 a { background-color: rgb(91,21,75); }

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

<style>
 span { border-color: #5B154B; }

 span { border-color: rgb(91,21,75); }

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