#5E154B

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

Shades of Pompadour #5E154B

Tints of Pompadour #5E154B

Color information

#5E154B (or 0x5E154B) is unknown color: approx Pompadour. HEX triplet: 5E, 15 and 4B. RGB value is (94,21,75). Sum of RGB (Red+Green+Blue) = 94+21+75=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E154B is #A1EAB4. Grayscale: #303030. Windows color (decimal): -10611381 or 4920670. OLE color: 4920670.

HSL color Cylindrical-coordinate representation of color #5E154B: hue angle of 315.62º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E154B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB942175-
CMYK00.780.200.63
HSL315.62º63.48%22.55%-
HSV(B)315.62º77.66%36.86%-
XYZ6.153.426.99-
YUV48.98142.68160.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=49.47%
G=11.05%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94217500.780.200.63315.6263.4822.55
Hex5E154B04E143F13c3f17
Octal13625113011624774747727
Binary1011110101011001011010011101010011111110011110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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