#562540

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

Shades of Barossa #562540

Tints of Barossa #562540

Color information

#562540 (or 0x562540) is unknown color: approx Barossa. HEX triplet: 56, 25 and 40. RGB value is (86,37,64). Sum of RGB (Red+Green+Blue) = 86+37+64=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #562540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562540 is #A9DABF. Grayscale: #363636. Windows color (decimal): -11131584 or 4203862. OLE color: 4203862.

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

Color convert

RGB863764-
CMYK00.570.260.66
HSL326.94º39.84%24.12%-
HSV(B)326.94º56.98%33.73%-
XYZ5.423.675.27-
YUV54.73133.23150.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=45.99%
G=19.79%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86376400.570.260.66326.9439.8424.12
Hex5625400391A421472818
Octal12645100071321025075030
Binary10101101001011000000011100111010100001010100011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562540; }

 p { color: rgb(86,37,64); }

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

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

 a { background-color: rgb(86,37,64); }

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

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

 span { border-color: rgb(86,37,64); }

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