Html Css Color HEX #5D1C3C Pompadour

📋 copy color: '#5D1C3C'

red 93 ◦ green 28 ◦ blue 60

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

Shades of Pompadour #5D1C3C

Tints of Pompadour #5D1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 51.38%
G = 15.47%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D1C3C (or 0x5D1C3C) is known color: Pompadour. HEX triplet: 5D, 1C and 3C. RGB value is (93,28,60). Sum of RGB (Red+Green+Blue) = 93+28+60=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1C3C is #A2E3C3. Grayscale: #333333. Windows color (decimal): -10675140 or 3939421. OLE color: 3939421.

HSL color Cylindrical-coordinate representation of color #5D1C3C: hue angle of 330.46º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D1C3C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 28 60 -
CMYK 0 0.70 0.35 0.64
HSL 330.46º 0.54% 0.24% -
HSV(B) 330.46º 0.7% 0.36% -
XYZ 5.75 3.48 4.64 -
YUV 51.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 93 28 60 0 0.70 0.35 0.64 330.46 0.54 0.24
Hex 5D 1C 3C 0 46 23 40 14A 36 18
Octal 135 34 74 0 106 43 100 512 66 30
Binary 1011101 11100 111100 0 1000110 100011 1000000 101001010 110110 11000

Color Harmonies of #5D1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1C3C

Black with #5D1C3C

Text Example


Text Example

White with #5D1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,28,60); }

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

background-color css

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

 a { background-color: rgb(93,28,60); }

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

border-color css

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

 span { border-color: rgb(93,28,60); }

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