Html Css Color HEX #563133 Jazz

📋 copy color: '#563133'

red 86 ◦ green 49 ◦ blue 51

#563133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #563133

Tints of Jazz #563133

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 value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#563133 (or 0x563133) is known color: 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

RGB 86 49 51 -
CMYK 0 0.43 0.41 0.66
HSL 356.76º 0.27% 0.26% -
HSV(B) 356.76º 0.43% 0.34% -
XYZ 5.53 4.41 3.69 -
YUV 60.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 86 49 51 0 0.43 0.41 0.66 356.76 0.27 0.26
Hex 56 31 33 0 2B 29 42 165 1B 1A
Octal 126 61 63 0 53 51 102 545 33 32
Binary 1010110 110001 110011 0 101011 101001 1000010 101100101 11011 11010

Color Harmonies of #563133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563133

Black with #563133

Text Example


Text Example

White with #563133

Text Example


Text Example

HTML Codes & Css Web 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>