#5D153A

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

Shades of Pompadour #5D153A

Tints of Pompadour #5D153A

Color information

#5D153A (or 0x5D153A) is unknown color: approx Pompadour. HEX triplet: 5D, 15 and 3A. RGB value is (93,21,58). Sum of RGB (Red+Green+Blue) = 93+21+58=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D153A is #A2EAC5. Grayscale: #2E2E2E. Windows color (decimal): -10676934 or 3806557. OLE color: 3806557.

HSL color Cylindrical-coordinate representation of color #5D153A: hue angle of 329.17º degrees, saturation: 0.63, 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 #5D153A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB932158-
CMYK00.770.380.64
HSL329.17º63.16%22.35%-
HSV(B)329.17º77.42%36.47%-
XYZ5.553.174.32-
YUV46.75134.35160.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.07%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=54.07%
G=12.21%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93215800.770.380.64329.1763.1622.35
Hex5D153A04D26401493f16
Octal13525720115461005117726
Binary10111011010111101001001101100110100000010100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,21,58); }

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

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

 a { background-color: rgb(93,21,58); }

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

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

 span { border-color: rgb(93,21,58); }

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