#5f153b

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

Shades of Pompadour #5F153B

Tints of Pompadour #5F153B

Color information

#5F153B (or 0x5F153B) is unknown color: approx Pompadour. HEX triplet: 5F, 15 and 3B. RGB value is (95,21,59). Sum of RGB (Red+Green+Blue) = 95+21+59=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F153B is #A0EAC4. Grayscale: #2F2F2F. Windows color (decimal): -10545861 or 3872095. OLE color: 3872095.

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

Color convert

RGB952159-
CMYK00.780.380.63
HSL329.19º63.79%22.75%-
HSV(B)329.19º77.89%37.25%-
XYZ5.783.284.47-
YUV47.46134.52161.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.29%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=54.29%
G=12%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95215900.780.380.63329.1963.7922.75
Hex5F153B04E263F1494017
Octal13725730116467751110027
Binary10111111010111101101001110100110111111101001001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f153b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,59); }

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

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

 a { background-color: rgb(95,21,59); }

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

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

 span { border-color: rgb(95,21,59); }

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