Html Css Color HEX #5D193A Pompadour

📋 copy color: '#5D193A'

red 93 ◦ green 25 ◦ blue 58

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

Shades of Pompadour #5D193A

Tints of Pompadour #5D193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 52.84%
G = 14.2%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D193A (or 0x5D193A) is known color: Pompadour. HEX triplet: 5D, 19 and 3A. RGB value is (93,25,58). Sum of RGB (Red+Green+Blue) = 93+25+58=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D193A is #A2E6C5. Grayscale: #313131. Windows color (decimal): -10675910 or 3807581. OLE color: 3807581.

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

Color convert

RGB 93 25 58 -
CMYK 0 0.73 0.38 0.64
HSL 330.88º 0.58% 0.23% -
HSV(B) 330.88º 0.73% 0.36% -
XYZ 5.63 3.33 4.35 -
YUV 49.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 93 25 58 0 0.73 0.38 0.64 330.88 0.58 0.23
Hex 5D 19 3A 0 49 26 40 14B 3A 17
Octal 135 31 72 0 111 46 100 513 72 27
Binary 1011101 11001 111010 0 1001001 100110 1000000 101001011 111010 10111

Color Harmonies of #5D193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D193A

Black with #5D193A

Text Example


Text Example

White with #5D193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,58); }

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

background-color css

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

 a { background-color: rgb(93,25,58); }

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

border-color css

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

 span { border-color: rgb(93,25,58); }

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