#562B44

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

Shades of Barossa #562B44

Tints of Barossa #562B44

Color information

#562B44 (or 0x562B44) is unknown color: approx Barossa. HEX triplet: 56, 2B and 44. RGB value is (86,43,68). Sum of RGB (Red+Green+Blue) = 86+43+68=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #562B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B44 is #A9D4BB. Grayscale: #3A3A3A. Windows color (decimal): -11130044 or 4467542. OLE color: 4467542.

HSL color Cylindrical-coordinate representation of color #562B44: hue angle of 325.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B44 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB864368-
CMYK00.500.210.66
HSL325.12º33.33%25.29%-
HSV(B)325.12º50%33.73%-
XYZ5.754.125.96-
YUV58.71133.25147.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=43.65%
G=21.83%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86436800.500.210.66325.1233.3325.29
Hex562B4403215421452119
Octal12653104062251025054131
Binary10101101010111000100011001010101100001010100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B44; }

 p { color: rgb(86,43,68); }

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

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

 a { background-color: rgb(86,43,68); }

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

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

 span { border-color: rgb(86,43,68); }

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