Html Css Color HEX #563145 Barossa

📋 copy color: '#563145'

red 86 ◦ green 49 ◦ blue 69

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

Shades of Barossa #563145

Tints of Barossa #563145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 42.16%
G = 24.02%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#563145 (or 0x563145) is known color: Barossa. HEX triplet: 56, 31 and 45. RGB value is (86,49,69). Sum of RGB (Red+Green+Blue) = 86+49+69=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #563145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563145 is #A9CEBA. Grayscale: #3E3E3E. Windows color (decimal): -11128507 or 4534614. OLE color: 4534614.

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

Color convert

RGB 86 49 69 -
CMYK 0 0.43 0.20 0.66
HSL 327.57º 0.27% 0.26% -
HSV(B) 327.57º 0.43% 0.34% -
XYZ 6.01 4.6 6.2 -
YUV 62.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 86 49 69 0 0.43 0.20 0.66 327.57 0.27 0.26
Hex 56 31 45 0 2B 14 42 148 1B 1A
Octal 126 61 105 0 53 24 102 510 33 32
Binary 1010110 110001 1000101 0 101011 10100 1000010 101001000 11011 11010

Color Harmonies of #563145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563145

Black with #563145

Text Example


Text Example

White with #563145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563145; }

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

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

background-color css

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

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

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

border-color css

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

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

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