#5F1640

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

Shades of Pompadour #5F1640

Tints of Pompadour #5F1640

Color information

#5F1640 (or 0x5F1640) is unknown color: approx Pompadour. HEX triplet: 5F, 16 and 40. RGB value is (95,22,64). Sum of RGB (Red+Green+Blue) = 95+22+64=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1640 is #A0E9BF. Grayscale: #303030. Windows color (decimal): -10545600 or 4200031. OLE color: 4200031.

HSL color Cylindrical-coordinate representation of color #5F1640: hue angle of 325.48º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F1640 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB952264-
CMYK00.770.330.63
HSL325.48º62.39%22.94%-
HSV(B)325.48º76.84%37.25%-
XYZ5.933.385.19-
YUV48.61136.68161.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.49%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=52.49%
G=12.15%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95226400.770.330.63325.4862.3922.94
Hex5F164004D213F1453e17
Octal13726100011541775057627
Binary10111111011010000000100110110000111111110100010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,22,64); }

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

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

 a { background-color: rgb(95,22,64); }

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

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

 span { border-color: rgb(95,22,64); }

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