#5B2343

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

Shades of Pompadour #5B2343

Tints of Pompadour #5B2343

Color information

#5B2343 (or 0x5B2343) is unknown color: approx Pompadour. HEX triplet: 5B, 23 and 43. RGB value is (91,35,67). Sum of RGB (Red+Green+Blue) = 91+35+67=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2343 is #A4DCBC. Grayscale: #373737. Windows color (decimal): -10804413 or 4399963. OLE color: 4399963.

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

Color convert

RGB913567-
CMYK00.620.260.64
HSL325.71º44.44%24.71%-
HSV(B)325.71º61.54%35.69%-
XYZ5.933.835.74-
YUV55.39134.55153.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.15%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 67 (26.56% from 255) = 34.72%
R=47.15%
G=18.13%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91356700.620.260.64325.7144.4424.71
Hex5B234303E1A401462c19
Octal13343103076321005065431
Binary10110111000111000011011111011010100000010100011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,35,67); }

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

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

 a { background-color: rgb(91,35,67); }

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

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

 span { border-color: rgb(91,35,67); }

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