Html Css Color HEX #5C1549 Pompadour

📋 copy color: '#5C1549'

red 92 ◦ green 21 ◦ blue 73

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

Shades of Pompadour #5C1549

Tints of Pompadour #5C1549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 49.46%
G = 11.29%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5C1549 (or 0x5C1549) is known color: Pompadour. HEX triplet: 5C, 15 and 49. RGB value is (92,21,73). Sum of RGB (Red+Green+Blue) = 92+21+73=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1549 is #A3EAB6. Grayscale: #303030. Windows color (decimal): -10742455 or 4789596. OLE color: 4789596.

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

Color convert

RGB 92 21 73 -
CMYK 0 0.77 0.21 0.64
HSL 316.06º 0.63% 0.22% -
HSV(B) 316.06º 0.77% 0.36% -
XYZ 5.88 3.29 6.63 -
YUV 48.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 92 21 73 0 0.77 0.21 0.64 316.06 0.63 0.22
Hex 5C 15 49 0 4D 15 40 13C 3F 16
Octal 134 25 111 0 115 25 100 474 77 26
Binary 1011100 10101 1001001 0 1001101 10101 1000000 100111100 111111 10110

Color Harmonies of #5C1549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1549

Black with #5C1549

Text Example


Text Example

White with #5C1549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,21,73); }

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

background-color css

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

 a { background-color: rgb(92,21,73); }

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

border-color css

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

 span { border-color: rgb(92,21,73); }

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