Html Css Color HEX #563031 Jazz

📋 copy color: '#563031'

red 86 ◦ green 48 ◦ blue 49

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

Shades of Jazz #563031

Tints of Jazz #563031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 46.99%
G = 26.23%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#563031 (or 0x563031) is known color: Jazz. HEX triplet: 56, 30 and 31. RGB value is (86,48,49). Sum of RGB (Red+Green+Blue) = 86+48+49=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #563031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563031 is #A9CFCE. Grayscale: #3B3B3B. Windows color (decimal): -11128783 or 3223638. OLE color: 3223638.

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

Color convert

RGB 86 48 49 -
CMYK 0 0.44 0.43 0.66
HSL 358.42º 0.28% 0.26% -
HSV(B) 358.42º 0.44% 0.34% -
XYZ 5.45 4.31 3.45 -
YUV 59.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 86 48 49 0 0.44 0.43 0.66 358.42 0.28 0.26
Hex 56 30 31 0 2C 2B 42 166 1C 1A
Octal 126 60 61 0 54 53 102 546 34 32
Binary 1010110 110000 110001 0 101100 101011 1000010 101100110 11100 11010

Color Harmonies of #563031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563031

Black with #563031

Text Example


Text Example

White with #563031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563031; }

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

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

background-color css

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

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

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

border-color css

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

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

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