Html Css Color HEX #5F2E4D Pompadour

📋 copy color: '#5F2E4D'

red 95 ◦ green 46 ◦ blue 77

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

Shades of Pompadour #5F2E4D

Tints of Pompadour #5F2E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.1%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 43.58%
G = 21.1%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5F2E4D (or 0x5F2E4D) is known color: Pompadour. HEX triplet: 5F, 2E and 4D. RGB value is (95,46,77). Sum of RGB (Red+Green+Blue) = 95+46+77=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E4D is #A0D1B2. Grayscale: #404040. Windows color (decimal): -10539443 or 5058143. OLE color: 5058143.

HSL color Cylindrical-coordinate representation of color #5F2E4D: hue angle of 322.04º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F2E4D is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 46 77 -
CMYK 0 0.52 0.19 0.63
HSL 322.04º 0.35% 0.28% -
HSV(B) 322.04º 0.52% 0.37% -
XYZ 7.04 4.92 7.6 -
YUV 64.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 95 46 77 0 0.52 0.19 0.63 322.04 0.35 0.28
Hex 5F 2E 4D 0 34 13 3F 142 23 1C
Octal 137 56 115 0 64 23 77 502 43 34
Binary 1011111 101110 1001101 0 110100 10011 111111 101000010 100011 11100

Color Harmonies of #5F2E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2E4D

Black with #5F2E4D

Text Example


Text Example

White with #5F2E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,46,77); }

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

background-color css

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

 a { background-color: rgb(95,46,77); }

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

border-color css

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

 span { border-color: rgb(95,46,77); }

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