Html Css Color HEX #5D2040 Pompadour

📋 copy color: '#5D2040'

red 93 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #5D2040

Tints of Pompadour #5D2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 49.21%
G = 16.93%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5D2040 (or 0x5D2040) is known color: Pompadour. HEX triplet: 5D, 20 and 40. RGB value is (93,32,64). Sum of RGB (Red+Green+Blue) = 93+32+64=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2040 is #A2DFBF. Grayscale: #353535. Windows color (decimal): -10674112 or 4202589. OLE color: 4202589.

HSL color Cylindrical-coordinate representation of color #5D2040: hue angle of 328.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2040 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 32 64 -
CMYK 0 0.66 0.31 0.64
HSL 328.52º 0.49% 0.25% -
HSV(B) 328.52º 0.66% 0.36% -
XYZ 5.96 3.73 5.26 -
YUV 53.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 93 32 64 0 0.66 0.31 0.64 328.52 0.49 0.25
Hex 5D 20 40 0 42 1F 40 149 31 19
Octal 135 40 100 0 102 37 100 511 61 31
Binary 1011101 100000 1000000 0 1000010 11111 1000000 101001001 110001 11001

Color Harmonies of #5D2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2040

Black with #5D2040

Text Example


Text Example

White with #5D2040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,32,64); }

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

background-color css

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

 a { background-color: rgb(93,32,64); }

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

border-color css

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

 span { border-color: rgb(93,32,64); }

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