#5F1543

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

Shades of Pompadour #5F1543

Tints of Pompadour #5F1543

Color information

#5F1543 (or 0x5F1543) is unknown color: approx Pompadour. HEX triplet: 5F, 15 and 43. RGB value is (95,21,67). Sum of RGB (Red+Green+Blue) = 95+21+67=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1543 is #A0EABC. Grayscale: #303030. Windows color (decimal): -10545853 or 4396383. OLE color: 4396383.

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

Color convert

RGB952167-
CMYK00.780.290.63
HSL322.7º63.79%22.75%-
HSV(B)322.7º77.89%37.25%-
XYZ63.375.65-
YUV48.37138.52161.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.91%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=51.91%
G=11.48%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95216700.780.290.63322.763.7922.75
Hex5F154304E1D3F1434017
Octal137251030116357750310027
Binary10111111010110000110100111011101111111101000011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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