#5C1841

Color #5C1841 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5C1841

Tints of Pompadour #5C1841

Color information

#5C1841 (or 0x5C1841) is unknown color: approx Pompadour. HEX triplet: 5C, 18 and 41. RGB value is (92,24,65). Sum of RGB (Red+Green+Blue) = 92+24+65=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1841 is #A3E7BE. Grayscale: #303030. Windows color (decimal): -10741695 or 4266076. OLE color: 4266076.

HSL color Cylindrical-coordinate representation of color #5C1841: hue angle of 323.82º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C1841 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB922465-
CMYK00.740.290.64
HSL323.82º58.62%22.75%-
HSV(B)323.82º73.91%36.08%-
XYZ5.693.315.34-
YUV49.01137.03158.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50.83%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=50.83%
G=13.26%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92246500.740.290.64323.8258.6222.75
Hex5C184104A1D401443b17
Octal134301010112351005047327
Binary10111001100010000010100101011101100000010100010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,65); }

 H1.HeaderClassName
 {
   color: #5C1841;
 }
 .AnyTagClassName
 {
   color: #5C1841;
 }
</style>
background-color css

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

 a { background-color: rgb(92,24,65); }

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

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

 span { border-color: rgb(92,24,65); }

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