Html Css Color HEX #5F1549 Pompadour

📋 copy color: '#5F1549'

red 95 ◦ green 21 ◦ blue 73

#5F1549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #5F1549

Tints of Pompadour #5F1549

RGB

 RED value IS 95 (37.5% from 255) = 50.26%

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 50.26%
G = 11.11%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5F1549 (or 0x5F1549) is known color: Pompadour. HEX triplet: 5F, 15 and 49. RGB value is (95,21,73). Sum of RGB (Red+Green+Blue) = 95+21+73=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1549 is #A0EAB6. Grayscale: #303030. Windows color (decimal): -10545847 or 4789599. OLE color: 4789599.

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

Color convert

RGB 95 21 73 -
CMYK 0 0.78 0.23 0.63
HSL 317.84º 0.64% 0.23% -
HSV(B) 317.84º 0.78% 0.37% -
XYZ 6.19 3.45 6.64 -
YUV 49.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 95 21 73 0 0.78 0.23 0.63 317.84 0.64 0.23
Hex 5F 15 49 0 4E 17 3F 13E 40 17
Octal 137 25 111 0 116 27 77 476 100 27
Binary 1011111 10101 1001001 0 1001110 10111 111111 100111110 1000000 10111

Color Harmonies of #5F1549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1549

Black with #5F1549

Text Example


Text Example

White with #5F1549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,21,73); }

 H1.HeaderClassName
 {
   color: #5F1549;
 }
 .AnyTagClassName
 {
   color: #5F1549;
 }
</style>

background-color css

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

 a { background-color: rgb(95,21,73); }

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

border-color css

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

 span { border-color: rgb(95,21,73); }

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