#5B2C31

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

Shades of Jazz #5B2C31

Tints of Jazz #5B2C31

Color information

#5B2C31 (or 0x5B2C31) is unknown color: approx Jazz. HEX triplet: 5B, 2C and 31. RGB value is (91,44,49). Sum of RGB (Red+Green+Blue) = 91+44+49=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2C31 is #A4D3CE. Grayscale: #3A3A3A. Windows color (decimal): -10802127 or 3222619. OLE color: 3222619.

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

Color convert

RGB914449-
CMYK00.520.460.64
HSL353.62º34.81%26.47%-
HSV(B)353.62º51.65%35.69%-
XYZ5.774.253.42-
YUV58.62122.57151.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.46%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=49.46%
G=23.91%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91444900.520.460.64353.6234.8126.47
Hex5B2C310342E40162231a
Octal1335461064561005424332
Binary10110111011001100010110100101110100000010110001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,44,49); }

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

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

 a { background-color: rgb(91,44,49); }

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

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

 span { border-color: rgb(91,44,49); }

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