#56283E

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

Shades of Barossa #56283E

Tints of Barossa #56283E

Color information

#56283E (or 0x56283E) is unknown color: approx Barossa. HEX triplet: 56, 28 and 3E. RGB value is (86,40,62). Sum of RGB (Red+Green+Blue) = 86+40+62=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #56283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56283E is #A9D7C1. Grayscale: #383838. Windows color (decimal): -11130818 or 4073558. OLE color: 4073558.

HSL color Cylindrical-coordinate representation of color #56283E: hue angle of 331.3º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56283E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB864062-
CMYK00.530.280.66
HSL331.3º36.51%24.71%-
HSV(B)331.3º53.49%33.73%-
XYZ5.473.845.01-
YUV56.26131.24149.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=45.74%
G=21.28%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86406200.530.280.66331.336.5124.71
Hex56283E0351C4214b2519
Octal1265076065341025134531
Binary1010110101000111110011010111100100001010100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56283E; }

 p { color: rgb(86,40,62); }

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

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

 a { background-color: rgb(86,40,62); }

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

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

 span { border-color: rgb(86,40,62); }

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