#5F1348

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

Shades of Pompadour #5F1348

Tints of Pompadour #5F1348

Color information

#5F1348 (or 0x5F1348) is unknown color: approx Pompadour. HEX triplet: 5F, 13 and 48. RGB value is (95,19,72). Sum of RGB (Red+Green+Blue) = 95+19+72=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1348 is #A0ECB7. Grayscale: #2F2F2F. Windows color (decimal): -10546360 or 4723551. OLE color: 4723551.

HSL color Cylindrical-coordinate representation of color #5F1348: hue angle of 318.16º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1348 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB951972-
CMYK00.800.240.63
HSL318.16º66.67%22.35%-
HSV(B)318.16º80%37.25%-
XYZ6.123.376.46-
YUV47.77141.68161.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.08%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=51.08%
G=10.22%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95197200.800.240.63318.1666.6722.35
Hex5F1348050183F13e4316
Octal137231100120307747610326
Binary10111111001110010000101000011000111111100111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,19,72); }

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

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

 a { background-color: rgb(95,19,72); }

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

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

 span { border-color: rgb(95,19,72); }

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