Html Css Color HEX #5D143B Pompadour

📋 copy color: '#5D143B'

red 93 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #5D143B

Tints of Pompadour #5D143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 59 (23.44% from 255) = 34.3%

R = 54.07%
G = 11.63%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5D143B (or 0x5D143B) is known color: Pompadour. HEX triplet: 5D, 14 and 3B. RGB value is (93,20,59). Sum of RGB (Red+Green+Blue) = 93+20+59=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D143B is #A2EBC4. Grayscale: #2E2E2E. Windows color (decimal): -10677189 or 3871837. OLE color: 3871837.

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

Color convert

RGB 93 20 59 -
CMYK 0 0.78 0.37 0.64
HSL 327.95º 0.65% 0.22% -
HSV(B) 327.95º 0.78% 0.36% -
XYZ 5.55 3.14 4.45 -
YUV 46.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 93 20 59 0 0.78 0.37 0.64 327.95 0.65 0.22
Hex 5D 14 3B 0 4E 25 40 148 41 16
Octal 135 24 73 0 116 45 100 510 101 26
Binary 1011101 10100 111011 0 1001110 100101 1000000 101001000 1000001 10110

Color Harmonies of #5D143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D143B

Black with #5D143B

Text Example


Text Example

White with #5D143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,20,59); }

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

background-color css

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

 a { background-color: rgb(93,20,59); }

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

border-color css

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

 span { border-color: rgb(93,20,59); }

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