#56253E

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

Shades of Barossa #56253E

Tints of Barossa #56253E

Color information

#56253E (or 0x56253E) is unknown color: approx Barossa. HEX triplet: 56, 25 and 3E. RGB value is (86,37,62). Sum of RGB (Red+Green+Blue) = 86+37+62=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56253E is #A9DAC1. Grayscale: #363636. Windows color (decimal): -11131586 or 4072790. OLE color: 4072790.

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

Color convert

RGB863762-
CMYK00.570.280.66
HSL329.39º39.84%24.12%-
HSV(B)329.39º56.98%33.73%-
XYZ5.373.654.98-
YUV54.5132.23150.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=46.49%
G=20%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86376200.570.280.66329.3939.8424.12
Hex56253E0391C421492818
Octal1264576071341025115030
Binary1010110100101111110011100111100100001010100100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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