#57283E

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

Shades of Barossa #57283E

Tints of Barossa #57283E

Color information

#57283E (or 0x57283E) is unknown color: approx Barossa. HEX triplet: 57, 28 and 3E. RGB value is (87,40,62). Sum of RGB (Red+Green+Blue) = 87+40+62=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #57283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57283E is #A8D7C1. Grayscale: #383838. Windows color (decimal): -11065282 or 4073559. OLE color: 4073559.

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

Color convert

RGB874062-
CMYK00.540.290.66
HSL331.91º37.01%24.9%-
HSV(B)331.91º54.02%34.12%-
XYZ5.563.895.02-
YUV56.56131.07149.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=46.03%
G=21.16%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87406200.540.290.66331.9137.0124.9
Hex57283E0361D4214c2519
Octal1275076066351025144531
Binary1010111101000111110011011011101100001010100110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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