Html Css Color HEX #5F314C Pompadour

📋 copy color: '#5F314C'

red 95 ◦ green 49 ◦ blue 76

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

Shades of Pompadour #5F314C

Tints of Pompadour #5F314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 43.18%
G = 22.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5F314C (or 0x5F314C) is known color: Pompadour. HEX triplet: 5F, 31 and 4C. RGB value is (95,49,76). Sum of RGB (Red+Green+Blue) = 95+49+76=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F314C is #A0CEB3. Grayscale: #414141. Windows color (decimal): -10538676 or 4993375. OLE color: 4993375.

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

Color convert

RGB 95 49 76 -
CMYK 0 0.48 0.20 0.63
HSL 324.78º 0.32% 0.28% -
HSV(B) 324.78º 0.48% 0.37% -
XYZ 7.12 5.15 7.46 -
YUV 65.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 95 49 76 0 0.48 0.20 0.63 324.78 0.32 0.28
Hex 5F 31 4C 0 30 14 3F 145 20 1C
Octal 137 61 114 0 60 24 77 505 40 34
Binary 1011111 110001 1001100 0 110000 10100 111111 101000101 100000 11100

Color Harmonies of #5F314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F314C

Black with #5F314C

Text Example


Text Example

White with #5F314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,49,76); }

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

background-color css

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

 a { background-color: rgb(95,49,76); }

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

border-color css

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

 span { border-color: rgb(95,49,76); }

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