#5C2147

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

Shades of Pompadour #5C2147

Tints of Pompadour #5C2147

Color information

#5C2147 (or 0x5C2147) is unknown color: approx Pompadour. HEX triplet: 5C, 21 and 47. RGB value is (92,33,71). Sum of RGB (Red+Green+Blue) = 92+33+71=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2147 is #A3DEB8. Grayscale: #363636. Windows color (decimal): -10739385 or 4661596. OLE color: 4661596.

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

Color convert

RGB923371-
CMYK00.640.230.64
HSL321.36º47.2%24.51%-
HSV(B)321.36º64.13%36.08%-
XYZ6.093.826.38-
YUV54.97137.05154.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.94%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=46.94%
G=16.84%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92337100.640.230.64321.3647.224.51
Hex5C214704017401412f19
Octal134411070100271005015731
Binary101110010000110001110100000010111100000010100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,71); }

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

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

 a { background-color: rgb(92,33,71); }

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

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

 span { border-color: rgb(92,33,71); }

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