#57293E

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

Shades of Barossa #57293E

Tints of Barossa #57293E

Color information

#57293E (or 0x57293E) is unknown color: approx Barossa. HEX triplet: 57, 29 and 3E. RGB value is (87,41,62). Sum of RGB (Red+Green+Blue) = 87+41+62=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #57293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57293E is #A8D6C1. Grayscale: #393939. Windows color (decimal): -11065026 or 4073815. OLE color: 4073815.

HSL color Cylindrical-coordinate representation of color #57293E: hue angle of 332.61º degrees, saturation: 0.36, 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 #57293E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB874162-
CMYK00.530.290.66
HSL332.61º35.94%25.1%-
HSV(B)332.61º52.87%34.12%-
XYZ5.593.965.03-
YUV57.15130.74149.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=45.79%
G=21.58%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87416200.530.290.66332.6135.9425.1
Hex57293E0351D4214d2419
Octal1275176065351025154431
Binary1010111101001111110011010111101100001010100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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