#553140

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

Shades of Barossa #553140

Tints of Barossa #553140

Color information

#553140 (or 0x553140) is unknown color: approx Barossa. HEX triplet: 55, 31 and 40. RGB value is (85,49,64). Sum of RGB (Red+Green+Blue) = 85+49+64=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553140 is #AACEBF. Grayscale: #3D3D3D. Windows color (decimal): -11194048 or 4206933. OLE color: 4206933.

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

Color convert

RGB854964-
CMYK00.420.250.67
HSL335º26.87%26.27%-
HSV(B)335º42.35%33.33%-
XYZ5.774.55.41-
YUV61.47129.43144.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=42.93%
G=24.75%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85496400.420.250.6733526.8726.27
Hex55314002A194314f1b1a
Octal12561100052311035173332
Binary1010101110001100000001010101100110000111010011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553140; }

 p { color: rgb(85,49,64); }

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

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

 a { background-color: rgb(85,49,64); }

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

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

 span { border-color: rgb(85,49,64); }

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