#56273F

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

Shades of Barossa #56273F

Tints of Barossa #56273F

Color information

#56273F (or 0x56273F) is unknown color: approx Barossa. HEX triplet: 56, 27 and 3F. RGB value is (86,39,63). Sum of RGB (Red+Green+Blue) = 86+39+63=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #56273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56273F is #A9D8C0. Grayscale: #373737. Windows color (decimal): -11131073 or 4138838. OLE color: 4138838.

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

Color convert

RGB863963-
CMYK00.550.270.66
HSL329.36º37.6%24.51%-
HSV(B)329.36º54.65%33.73%-
XYZ5.463.795.15-
YUV55.79132.07149.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 63 (25% from 255) = 33.51%
R=45.74%
G=20.74%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86396300.550.270.66329.3637.624.51
Hex56273F0371B421492619
Octal1264777067331025114631
Binary1010110100111111111011011111011100001010100100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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