#56253F

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

Shades of Barossa #56253F

Tints of Barossa #56253F

Color information

#56253F (or 0x56253F) is unknown color: approx Barossa. HEX triplet: 56, 25 and 3F. RGB value is (86,37,63). Sum of RGB (Red+Green+Blue) = 86+37+63=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56253F is #A9DAC0. Grayscale: #363636. Windows color (decimal): -11131585 or 4138326. OLE color: 4138326.

HSL color Cylindrical-coordinate representation of color #56253F: hue angle of 328.16º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56253F is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB863763-
CMYK00.570.270.66
HSL328.16º39.84%24.12%-
HSV(B)328.16º56.98%33.73%-
XYZ5.43.665.12-
YUV54.61132.73150.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 63 (25% from 255) = 33.87%
R=46.24%
G=19.89%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86376300.570.270.66328.1639.8424.12
Hex56253F0391B421482818
Octal1264577071331025105030
Binary1010110100101111111011100111011100001010100100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56253F; }

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

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

<style>
 a { background-color: #56253F; }

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

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

<style>
 span { border-color: #56253F; }

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

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