Html Css Color HEX #5D153A Pompadour

📋 copy color: '#5D153A'

red 93 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #5D153A

Tints of Pompadour #5D153A

RGB

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

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

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

R = 54.07%
G = 12.21%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D153A (or 0x5D153A) is known color: Pompadour. HEX triplet: 5D, 15 and 3A. RGB value is (93,21,58). Sum of RGB (Red+Green+Blue) = 93+21+58=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D153A is #A2EAC5. Grayscale: #2E2E2E. Windows color (decimal): -10676934 or 3806557. OLE color: 3806557.

HSL color Cylindrical-coordinate representation of color #5D153A: hue angle of 329.17º 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 #5D153A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 21 58 -
CMYK 0 0.77 0.38 0.64
HSL 329.17º 0.63% 0.22% -
HSV(B) 329.17º 0.77% 0.36% -
XYZ 5.55 3.17 4.32 -
YUV 46.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 93 21 58 0 0.77 0.38 0.64 329.17 0.63 0.22
Hex 5D 15 3A 0 4D 26 40 149 3F 16
Octal 135 25 72 0 115 46 100 511 77 26
Binary 1011101 10101 111010 0 1001101 100110 1000000 101001001 111111 10110

Color Harmonies of #5D153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D153A

Black with #5D153A

Text Example


Text Example

White with #5D153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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