#5B2645

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

Shades of Pompadour #5B2645

Tints of Pompadour #5B2645

Color information

#5B2645 (or 0x5B2645) is unknown color: approx Pompadour. HEX triplet: 5B, 26 and 45. RGB value is (91,38,69). Sum of RGB (Red+Green+Blue) = 91+38+69=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2645 is #A4D9BA. Grayscale: #393939. Windows color (decimal): -10803643 or 4531803. OLE color: 4531803.

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

Color convert

RGB913869-
CMYK00.580.240.64
HSL324.91º41.09%25.29%-
HSV(B)324.91º58.24%35.69%-
XYZ6.084.046.09-
YUV57.38134.56151.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.96%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=45.96%
G=19.19%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91386900.580.240.64324.9141.0925.29
Hex5B264503A18401452919
Octal13346105072301005055131
Binary10110111001101000101011101011000100000010100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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