#5B2640

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

Shades of Pompadour #5B2640

Tints of Pompadour #5B2640

Color information

#5B2640 (or 0x5B2640) is unknown color: approx Pompadour. HEX triplet: 5B, 26 and 40. RGB value is (91,38,64). Sum of RGB (Red+Green+Blue) = 91+38+64=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2640 is #A4D9BF. Grayscale: #383838. Windows color (decimal): -10803648 or 4204123. OLE color: 4204123.

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

Color convert

RGB913864-
CMYK00.580.300.64
HSL330.57º41.09%25.29%-
HSV(B)330.57º58.24%35.69%-
XYZ5.933.985.31-
YUV56.81132.06152.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.15%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=47.15%
G=19.69%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91386400.580.300.64330.5741.0925.29
Hex5B264003A1E4014b2919
Octal13346100072361005135131
Binary10110111001101000000011101011110100000010100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,38,64); }

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

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

 a { background-color: rgb(91,38,64); }

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

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

 span { border-color: rgb(91,38,64); }

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