#5B203C

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

Shades of Pompadour #5B203C

Tints of Pompadour #5B203C

Color information

#5B203C (or 0x5B203C) is unknown color: approx Pompadour. HEX triplet: 5B, 20 and 3C. RGB value is (91,32,60). Sum of RGB (Red+Green+Blue) = 91+32+60=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B203C is #A4DFC3. Grayscale: #343434. Windows color (decimal): -10805188 or 3940443. OLE color: 3940443.

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

Color convert

RGB913260-
CMYK00.650.340.64
HSL331.53º47.97%24.12%-
HSV(B)331.53º64.84%35.69%-
XYZ5.653.584.67-
YUV52.83132.05155.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.73%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=49.73%
G=17.49%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91326000.650.340.64331.5347.9724.12
Hex5B203C041224014c3018
Octal13340740101421005146030
Binary101101110000011110001000001100010100000010100110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,32,60); }

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

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

 a { background-color: rgb(91,32,60); }

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

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

 span { border-color: rgb(91,32,60); }

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