Html Css Color HEX #563132 Jazz

📋 copy color: '#563132'

red 86 ◦ green 49 ◦ blue 50

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

Shades of Jazz #563132

Tints of Jazz #563132

RGB

 RED value IS 86 (33.98% from 255) = 46.49%

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 46.49%
G = 26.49%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#563132 (or 0x563132) is known color: Jazz. HEX triplet: 56, 31 and 32. RGB value is (86,49,50). Sum of RGB (Red+Green+Blue) = 86+49+50=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #563132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563132 is #A9CECD. Grayscale: #3C3C3C. Windows color (decimal): -11128526 or 3289430. OLE color: 3289430.

HSL color Cylindrical-coordinate representation of color #563132: hue angle of 358.38º 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 #563132 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 49 50 -
CMYK 0 0.43 0.42 0.66
HSL 358.38º 0.27% 0.26% -
HSV(B) 358.38º 0.43% 0.34% -
XYZ 5.51 4.41 3.58 -
YUV 60.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 86 49 50 0 0.43 0.42 0.66 358.38 0.27 0.26
Hex 56 31 32 0 2B 2A 42 166 1B 1A
Octal 126 61 62 0 53 52 102 546 33 32
Binary 1010110 110001 110010 0 101011 101010 1000010 101100110 11011 11010

Color Harmonies of #563132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563132

Black with #563132

Text Example


Text Example

White with #563132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563132; }

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

 H1.HeaderClassName
 {
   color: #563132;
 }
 .AnyTagClassName
 {
   color: #563132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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