Html Css Color HEX #5C1D3C Pompadour

📋 copy color: '#5C1D3C'

red 92 ◦ green 29 ◦ blue 60

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

Shades of Pompadour #5C1D3C

Tints of Pompadour #5C1D3C

RGB

 RED value IS 92 (36.33% from 255) = 50.83%

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

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

R = 50.83%
G = 16.02%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5C1D3C (or 0x5C1D3C) is known color: Pompadour. HEX triplet: 5C, 1D and 3C. RGB value is (92,29,60). Sum of RGB (Red+Green+Blue) = 92+29+60=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1D3C is #A3E2C3. Grayscale: #333333. Windows color (decimal): -10740420 or 3939676. OLE color: 3939676.

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

Color convert

RGB 92 29 60 -
CMYK 0 0.68 0.35 0.64
HSL 330.48º 0.52% 0.24% -
HSV(B) 330.48º 0.68% 0.36% -
XYZ 5.67 3.48 4.65 -
YUV 51.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 92 29 60 0 0.68 0.35 0.64 330.48 0.52 0.24
Hex 5C 1D 3C 0 44 23 40 14A 34 18
Octal 134 35 74 0 104 43 100 512 64 30
Binary 1011100 11101 111100 0 1000100 100011 1000000 101001010 110100 11000

Color Harmonies of #5C1D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1D3C

Black with #5C1D3C

Text Example


Text Example

White with #5C1D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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