#56223B

Color #56223B Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #56223B

Tints of Barossa #56223B

Color information

#56223B (or 0x56223B) is unknown color: approx Barossa. HEX triplet: 56, 22 and 3B. RGB value is (86,34,59). Sum of RGB (Red+Green+Blue) = 86+34+59=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56223B is #A9DDC4. Grayscale: #343434. Windows color (decimal): -11132357 or 3875414. OLE color: 3875414.

HSL color Cylindrical-coordinate representation of color #56223B: hue angle of 331.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56223B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB863459-
CMYK00.600.310.66
HSL331.15º43.33%23.53%-
HSV(B)331.15º60.47%33.73%-
XYZ5.23.444.53-
YUV52.4131.73151.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=48.04%
G=18.99%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86345900.600.310.66331.1543.3323.53
Hex56223B03C1F4214b2b18
Octal1264273074371025135330
Binary1010110100010111011011110011111100001010100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56223B; }

 p { color: rgb(86,34,59); }

 H1.HeaderClassName
 {
   color: #56223B;
 }
 .AnyTagClassName
 {
   color: #56223B;
 }
</style>
background-color css

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

 a { background-color: rgb(86,34,59); }

 div.DivClassName
 {
   background-color: #56223B;
 }
 .BgClassName
 {
   background-color: #56223B;
 }
</style>
border-color css

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

 span { border-color: rgb(86,34,59); }

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