#562943

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

Shades of Barossa #562943

Tints of Barossa #562943

Color information

#562943 (or 0x562943) is unknown color: approx Barossa. HEX triplet: 56, 29 and 43. RGB value is (86,41,67). Sum of RGB (Red+Green+Blue) = 86+41+67=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #562943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562943 is #A9D6BC. Grayscale: #393939. Windows color (decimal): -11130557 or 4401494. OLE color: 4401494.

HSL color Cylindrical-coordinate representation of color #562943: hue angle of 325.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562943 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB864167-
CMYK00.520.220.66
HSL325.33º35.43%24.9%-
HSV(B)325.33º52.33%33.73%-
XYZ5.643.975.78-
YUV57.42133.41148.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=44.33%
G=21.13%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86416700.520.220.66325.3335.4324.9
Hex56294303416421452319
Octal12651103064261025054331
Binary10101101010011000011011010010110100001010100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562943; }

 p { color: rgb(86,41,67); }

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

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

 a { background-color: rgb(86,41,67); }

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

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

 span { border-color: rgb(86,41,67); }

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