#562E3F

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

Shades of Barossa #562E3F

Tints of Barossa #562E3F

Color information

#562E3F (or 0x562E3F) is unknown color: approx Barossa. HEX triplet: 56, 2E and 3F. RGB value is (86,46,63). Sum of RGB (Red+Green+Blue) = 86+46+63=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #562E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E3F is #A9D1C0. Grayscale: #3B3B3B. Windows color (decimal): -11129281 or 4140630. OLE color: 4140630.

HSL color Cylindrical-coordinate representation of color #562E3F: hue angle of 334.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E3F is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB864663-
CMYK00.470.270.66
HSL334.5º30.3%25.88%-
HSV(B)334.5º46.51%33.73%-
XYZ5.714.295.23-
YUV59.9129.75146.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 63 (25% from 255) = 32.31%
R=44.10%
G=23.59%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86466300.470.270.66334.530.325.88
Hex562E3F02F1B4214e1e1a
Octal1265677057331025163632
Binary101011010111011111101011111101110000101010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,63); }

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

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

 a { background-color: rgb(86,46,63); }

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

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

 span { border-color: rgb(86,46,63); }

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