Html Css Color HEX #563135 Jazz

📋 copy color: '#563135'

red 86 ◦ green 49 ◦ blue 53

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

Shades of Jazz #563135

Tints of Jazz #563135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 45.74%
G = 26.06%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#563135 (or 0x563135) is known color: Jazz. HEX triplet: 56, 31 and 35. RGB value is (86,49,53). Sum of RGB (Red+Green+Blue) = 86+49+53=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #563135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563135 is #A9CECA. Grayscale: #3C3C3C. Windows color (decimal): -11128523 or 3486038. OLE color: 3486038.

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

Color convert

RGB 86 49 53 -
CMYK 0 0.43 0.38 0.66
HSL 353.51º 0.27% 0.26% -
HSV(B) 353.51º 0.43% 0.34% -
XYZ 5.58 4.43 3.93 -
YUV 60.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 86 49 53 0 0.43 0.38 0.66 353.51 0.27 0.26
Hex 56 31 35 0 2B 26 42 162 1B 1A
Octal 126 61 65 0 53 46 102 542 33 32
Binary 1010110 110001 110101 0 101011 100110 1000010 101100010 11011 11010

Color Harmonies of #563135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563135

Black with #563135

Text Example


Text Example

White with #563135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563135; }

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

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

background-color css

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

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

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

border-color css

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

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

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