Html Css Color HEX #5F204A Pompadour

📋 copy color: '#5F204A'

red 95 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #5F204A

Tints of Pompadour #5F204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 47.26%
G = 15.92%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5F204A (or 0x5F204A) is known color: Pompadour. HEX triplet: 5F, 20 and 4A. RGB value is (95,32,74). Sum of RGB (Red+Green+Blue) = 95+32+74=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F204A is #A0DFB5. Grayscale: #373737. Windows color (decimal): -10543030 or 4857951. OLE color: 4857951.

HSL color Cylindrical-coordinate representation of color #5F204A: hue angle of 320º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F204A is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 32 74 -
CMYK 0 0.66 0.22 0.63
HSL 320º 0.5% 0.25% -
HSV(B) 320º 0.66% 0.37% -
XYZ 6.47 3.96 6.9 -
YUV 55.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 95 32 74 0 0.66 0.22 0.63 320 0.5 0.25
Hex 5F 20 4A 0 42 16 3F 140 32 19
Octal 137 40 112 0 102 26 77 500 62 31
Binary 1011111 100000 1001010 0 1000010 10110 111111 101000000 110010 11001

Color Harmonies of #5F204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F204A

Black with #5F204A

Text Example


Text Example

White with #5F204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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