#5F1C4A

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

Shades of Pompadour #5F1C4A

Tints of Pompadour #5F1C4A

Color information

#5F1C4A (or 0x5F1C4A) is unknown color: approx Pompadour. HEX triplet: 5F, 1C and 4A. RGB value is (95,28,74). Sum of RGB (Red+Green+Blue) = 95+28+74=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1C4A is #A0E3B5. Grayscale: #353535. Windows color (decimal): -10544054 or 4856927. OLE color: 4856927.

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

Color convert

RGB952874-
CMYK00.710.220.63
HSL318.81º54.47%24.12%-
HSV(B)318.81º70.53%37.25%-
XYZ6.373.766.87-
YUV53.28139.7157.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.22%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=48.22%
G=14.21%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95287400.710.220.63318.8154.4724.12
Hex5F1C4A047163F13f3618
Octal13734112010726774776630
Binary1011111111001001010010001111011011111110011111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,28,74); }

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

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

 a { background-color: rgb(95,28,74); }

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

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

 span { border-color: rgb(95,28,74); }

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