#5C2046

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

Shades of Pompadour #5C2046

Tints of Pompadour #5C2046

Color information

#5C2046 (or 0x5C2046) is unknown color: approx Pompadour. HEX triplet: 5C, 20 and 46. RGB value is (92,32,70). Sum of RGB (Red+Green+Blue) = 92+32+70=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2046 is #A3DFB9. Grayscale: #363636. Windows color (decimal): -10739642 or 4595804. OLE color: 4595804.

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

Color convert

RGB923270-
CMYK00.650.240.64
HSL322º48.39%24.31%-
HSV(B)322º65.22%36.08%-
XYZ6.043.756.2-
YUV54.27136.88154.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.42%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=47.42%
G=16.49%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92327000.650.240.6432248.3924.31
Hex5C204604118401423018
Octal134401060101301005026030
Binary101110010000010001100100000111000100000010100001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,32,70); }

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

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

 a { background-color: rgb(92,32,70); }

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

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

 span { border-color: rgb(92,32,70); }

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