#56273E

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

Shades of Barossa #56273E

Tints of Barossa #56273E

Color information

#56273E (or 0x56273E) is unknown color: approx Barossa. HEX triplet: 56, 27 and 3E. RGB value is (86,39,62). Sum of RGB (Red+Green+Blue) = 86+39+62=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #56273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56273E is #A9D8C1. Grayscale: #373737. Windows color (decimal): -11131074 or 4073302. OLE color: 4073302.

HSL color Cylindrical-coordinate representation of color #56273E: hue angle of 330.64º 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 #56273E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB863962-
CMYK00.550.280.66
HSL330.64º37.6%24.51%-
HSV(B)330.64º54.65%33.73%-
XYZ5.433.785-
YUV55.68131.57149.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=45.99%
G=20.86%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86396200.550.280.66330.6437.624.51
Hex56273E0371C4214b2619
Octal1264776067341025134631
Binary1010110100111111110011011111100100001010100101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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