#55283D

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

Shades of Barossa #55283D

Tints of Barossa #55283D

Color information

#55283D (or 0x55283D) is unknown color: approx Barossa. HEX triplet: 55, 28 and 3D. RGB value is (85,40,61). Sum of RGB (Red+Green+Blue) = 85+40+61=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55283D is #AAD7C2. Grayscale: #373737. Windows color (decimal): -11196355 or 4008021. OLE color: 4008021.

HSL color Cylindrical-coordinate representation of color #55283D: hue angle of 332º 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 #55283D is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB854061-
CMYK00.530.280.67
HSL332º36%24.51%-
HSV(B)332º52.94%33.33%-
XYZ5.353.794.86-
YUV55.85130.91148.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=45.70%
G=21.51%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85406100.530.280.673323624.51
Hex55283D0351C4314c2419
Octal1255075065341035144431
Binary1010101101000111101011010111100100001110100110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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