Html Css Color HEX #5F154C Pompadour

📋 copy color: '#5F154C'

red 95 ◦ green 21 ◦ blue 76

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

Shades of Pompadour #5F154C

Tints of Pompadour #5F154C

RGB

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

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

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

R = 49.48%
G = 10.94%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5F154C (or 0x5F154C) is known color: Pompadour. HEX triplet: 5F, 15 and 4C. RGB value is (95,21,76). Sum of RGB (Red+Green+Blue) = 95+21+76=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F154C is #A0EAB3. Grayscale: #313131. Windows color (decimal): -10545844 or 4986207. OLE color: 4986207.

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

Color convert

RGB 95 21 76 -
CMYK 0 0.78 0.20 0.63
HSL 315.41º 0.64% 0.23% -
HSV(B) 315.41º 0.78% 0.37% -
XYZ 6.29 3.49 7.18 -
YUV 49.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 95 21 76 0 0.78 0.20 0.63 315.41 0.64 0.23
Hex 5F 15 4C 0 4E 14 3F 13B 40 17
Octal 137 25 114 0 116 24 77 473 100 27
Binary 1011111 10101 1001100 0 1001110 10100 111111 100111011 1000000 10111

Color Harmonies of #5F154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F154C

Black with #5F154C

Text Example


Text Example

White with #5F154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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