#563133

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

Shades of Jazz #563133

Tints of Jazz #563133

Color information

#563133 (or 0x563133) is unknown color: approx Jazz. HEX triplet: 56, 31 and 33. RGB value is (86,49,51). Sum of RGB (Red+Green+Blue) = 86+49+51=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #563133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563133 is #A9CECC. Grayscale: #3C3C3C. Windows color (decimal): -11128525 or 3354966. OLE color: 3354966.

HSL color Cylindrical-coordinate representation of color #563133: hue angle of 356.76º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563133 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB864951-
CMYK00.430.410.66
HSL356.76º27.41%26.47%-
HSV(B)356.76º43.02%33.73%-
XYZ5.534.413.69-
YUV60.29122.76146.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 51 (20.31% from 255) = 27.42%
R=46.24%
G=26.34%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86495100.430.410.66356.7627.4126.47
Hex56313302B29421651b1a
Octal1266163053511025453332
Binary1010110110001110011010101110100110000101011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563133; }

 p { color: rgb(86,49,51); }

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

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

 a { background-color: rgb(86,49,51); }

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

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

 span { border-color: rgb(86,49,51); }

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