Html Css Color HEX #5F174A Pompadour

📋 copy color: '#5F174A'

red 95 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #5F174A

Tints of Pompadour #5F174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 49.48%
G = 11.98%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5F174A (or 0x5F174A) is known color: Pompadour. HEX triplet: 5F, 17 and 4A. RGB value is (95,23,74). Sum of RGB (Red+Green+Blue) = 95+23+74=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F174A is #A0E8B5. Grayscale: #323232. Windows color (decimal): -10545334 or 4855647. OLE color: 4855647.

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

Color convert

RGB 95 23 74 -
CMYK 0 0.76 0.22 0.63
HSL 317.5º 0.61% 0.23% -
HSV(B) 317.5º 0.76% 0.37% -
XYZ 6.26 3.54 6.83 -
YUV 50.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 95 23 74 0 0.76 0.22 0.63 317.5 0.61 0.23
Hex 5F 17 4A 0 4C 16 3F 13E 3D 17
Octal 137 27 112 0 114 26 77 476 75 27
Binary 1011111 10111 1001010 0 1001100 10110 111111 100111110 111101 10111

Color Harmonies of #5F174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F174A

Black with #5F174A

Text Example


Text Example

White with #5F174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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