Html Css Color HEX #5D1548 Pompadour

📋 copy color: '#5D1548'

red 93 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #5D1548

Tints of Pompadour #5D1548

RGB

 RED value IS 93 (36.72% from 255) = 50%

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

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

R = 50%
G = 11.29%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5D1548 (or 0x5D1548) is known color: Pompadour. HEX triplet: 5D, 15 and 48. RGB value is (93,21,72). Sum of RGB (Red+Green+Blue) = 93+21+72=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1548 is #A2EAB7. Grayscale: #303030. Windows color (decimal): -10676920 or 4724061. OLE color: 4724061.

HSL color Cylindrical-coordinate representation of color #5D1548: hue angle of 317.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1548 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 21 72 -
CMYK 0 0.77 0.23 0.64
HSL 317.5º 0.63% 0.22% -
HSV(B) 317.5º 0.77% 0.36% -
XYZ 5.95 3.33 6.46 -
YUV 48.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 93 21 72 0 0.77 0.23 0.64 317.5 0.63 0.22
Hex 5D 15 48 0 4D 17 40 13E 3F 16
Octal 135 25 110 0 115 27 100 476 77 26
Binary 1011101 10101 1001000 0 1001101 10111 1000000 100111110 111111 10110

Color Harmonies of #5D1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1548

Black with #5D1548

Text Example


Text Example

White with #5D1548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,72); }

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

background-color css

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

 a { background-color: rgb(93,21,72); }

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

border-color css

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

 span { border-color: rgb(93,21,72); }

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