Html Css Color HEX #5D1D3C Pompadour

📋 copy color: '#5D1D3C'

red 93 ◦ green 29 ◦ blue 60

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

Shades of Pompadour #5D1D3C

Tints of Pompadour #5D1D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.93%

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

R = 51.1%
G = 15.93%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D1D3C (or 0x5D1D3C) is known color: Pompadour. HEX triplet: 5D, 1D and 3C. RGB value is (93,29,60). Sum of RGB (Red+Green+Blue) = 93+29+60=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1D3C is #A2E2C3. Grayscale: #333333. Windows color (decimal): -10674884 or 3939677. OLE color: 3939677.

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

Color convert

RGB 93 29 60 -
CMYK 0 0.69 0.35 0.64
HSL 330.94º 0.52% 0.24% -
HSV(B) 330.94º 0.69% 0.36% -
XYZ 5.77 3.53 4.65 -
YUV 51.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 93 29 60 0 0.69 0.35 0.64 330.94 0.52 0.24
Hex 5D 1D 3C 0 45 23 40 14B 34 18
Octal 135 35 74 0 105 43 100 513 64 30
Binary 1011101 11101 111100 0 1000101 100011 1000000 101001011 110100 11000

Color Harmonies of #5D1D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1D3C

Black with #5D1D3C

Text Example


Text Example

White with #5D1D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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