#5F1746

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

Shades of Pompadour #5F1746

Tints of Pompadour #5F1746

Color information

#5F1746 (or 0x5F1746) is unknown color: approx Pompadour. HEX triplet: 5F, 17 and 46. RGB value is (95,23,70). Sum of RGB (Red+Green+Blue) = 95+23+70=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1746 is #A0E8B9. Grayscale: #313131. Windows color (decimal): -10545338 or 4593503. OLE color: 4593503.

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

Color convert

RGB952370-
CMYK00.760.260.63
HSL320.83º61.02%23.14%-
HSV(B)320.83º75.79%37.25%-
XYZ6.133.496.14-
YUV49.89139.35160.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50.53%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=50.53%
G=12.23%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95237000.760.260.63320.8361.0223.14
Hex5F174604C1A3F1413d17
Octal13727106011432775017527
Binary1011111101111000110010011001101011111110100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,23,70); }

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

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

 a { background-color: rgb(95,23,70); }

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

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

 span { border-color: rgb(95,23,70); }

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