#5C163A

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

Shades of Pompadour #5C163A

Tints of Pompadour #5C163A

Color information

#5C163A (or 0x5C163A) is unknown color: approx Pompadour. HEX triplet: 5C, 16 and 3A. RGB value is (92,22,58). Sum of RGB (Red+Green+Blue) = 92+22+58=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C163A is #A3E9C5. Grayscale: #2E2E2E. Windows color (decimal): -10742214 or 3806812. OLE color: 3806812.

HSL color Cylindrical-coordinate representation of color #5C163A: hue angle of 329.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C163A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB922258-
CMYK00.760.370.64
HSL329.14º61.4%22.35%-
HSV(B)329.14º76.09%36.08%-
XYZ5.463.154.32-
YUV47.03134.19160.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.49%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=53.49%
G=12.79%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92225800.760.370.64329.1461.422.35
Hex5C163A04C25401493d16
Octal13426720114451005117526
Binary10111001011011101001001100100101100000010100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,22,58); }

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

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

 a { background-color: rgb(92,22,58); }

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

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

 span { border-color: rgb(92,22,58); }

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