Html Css Color HEX #5F1748 Pompadour

📋 copy color: '#5F1748'

red 95 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #5F1748

Tints of Pompadour #5F1748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 50%
G = 12.11%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F1748 (or 0x5F1748) is known color: Pompadour. HEX triplet: 5F, 17 and 48. RGB value is (95,23,72). Sum of RGB (Red+Green+Blue) = 95+23+72=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1748 is #A0E8B7. Grayscale: #313131. Windows color (decimal): -10545336 or 4724575. OLE color: 4724575.

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

Color convert

RGB 95 23 72 -
CMYK 0 0.76 0.24 0.63
HSL 319.17º 0.61% 0.23% -
HSV(B) 319.17º 0.76% 0.37% -
XYZ 6.2 3.51 6.48 -
YUV 50.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 95 23 72 0 0.76 0.24 0.63 319.17 0.61 0.23
Hex 5F 17 48 0 4C 18 3F 13F 3D 17
Octal 137 27 110 0 114 30 77 477 75 27
Binary 1011111 10111 1001000 0 1001100 11000 111111 100111111 111101 10111

Color Harmonies of #5F1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1748

Black with #5F1748

Text Example


Text Example

White with #5F1748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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