#5B153D

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

Shades of Pompadour #5B153D

Tints of Pompadour #5B153D

Color information

#5B153D (or 0x5B153D) is unknown color: approx Pompadour. HEX triplet: 5B, 15 and 3D. RGB value is (91,21,61). Sum of RGB (Red+Green+Blue) = 91+21+61=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B153D is #A4EAC2. Grayscale: #2E2E2E. Windows color (decimal): -10808003 or 4003163. OLE color: 4003163.

HSL color Cylindrical-coordinate representation of color #5B153D: hue angle of 325.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 #5B153D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB912161-
CMYK00.770.330.64
HSL325.71º62.5%21.96%-
HSV(B)325.71º76.92%35.69%-
XYZ5.423.14.73-
YUV46.49136.19159.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=52.60%
G=12.14%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91216100.770.330.64325.7162.521.96
Hex5B153D04D21401463e16
Octal13325750115411005067626
Binary10110111010111110101001101100001100000010100011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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