#57263E

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

Shades of Barossa #57263E

Tints of Barossa #57263E

Color information

#57263E (or 0x57263E) is unknown color: approx Barossa. HEX triplet: 57, 26 and 3E. RGB value is (87,38,62). Sum of RGB (Red+Green+Blue) = 87+38+62=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57263E is #A8D9C1. Grayscale: #373737. Windows color (decimal): -11065794 or 4073047. OLE color: 4073047.

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

Color convert

RGB873862-
CMYK00.560.290.66
HSL330.61º39.2%24.51%-
HSV(B)330.61º56.32%34.12%-
XYZ5.493.764.99-
YUV55.39131.73150.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=46.52%
G=20.32%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87386200.560.290.66330.6139.224.51
Hex57263E0381D4214b2719
Octal1274676070351025134731
Binary1010111100110111110011100011101100001010100101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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