#55283E

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

Shades of Barossa #55283E

Tints of Barossa #55283E

Color information

#55283E (or 0x55283E) is unknown color: approx Barossa. HEX triplet: 55, 28 and 3E. RGB value is (85,40,62). Sum of RGB (Red+Green+Blue) = 85+40+62=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55283E is #AAD7C1. Grayscale: #373737. Windows color (decimal): -11196354 or 4073557. OLE color: 4073557.

HSL color Cylindrical-coordinate representation of color #55283E: hue angle of 330.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55283E is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB854062-
CMYK00.530.270.67
HSL330.67º36%24.51%-
HSV(B)330.67º52.94%33.33%-
XYZ5.373.85.01-
YUV55.96131.41148.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=45.45%
G=21.39%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85406200.530.270.67330.673624.51
Hex55283E0351B4314b2419
Octal1255076065331035134431
Binary1010101101000111110011010111011100001110100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,40,62); }

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

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

 a { background-color: rgb(85,40,62); }

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

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

 span { border-color: rgb(85,40,62); }

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