#5F164B

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

Shades of Pompadour #5F164B

Tints of Pompadour #5F164B

Color information

#5F164B (or 0x5F164B) is unknown color: approx Pompadour. HEX triplet: 5F, 16 and 4B. RGB value is (95,22,75). Sum of RGB (Red+Green+Blue) = 95+22+75=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F164B is #A0E9B4. Grayscale: #313131. Windows color (decimal): -10545589 or 4920927. OLE color: 4920927.

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

Color convert

RGB952275-
CMYK00.770.210.63
HSL316.44º62.39%22.94%-
HSV(B)316.44º76.84%37.25%-
XYZ6.283.517-
YUV49.87142.18160.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.48%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=49.48%
G=11.46%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95227500.770.210.63316.4462.3922.94
Hex5F164B04D153F13c3e17
Octal13726113011525774747627
Binary1011111101101001011010011011010111111110011110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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