#553143

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

Shades of Barossa #553143

Tints of Barossa #553143

Color information

#553143 (or 0x553143) is unknown color: approx Barossa. HEX triplet: 55, 31 and 43. RGB value is (85,49,67). Sum of RGB (Red+Green+Blue) = 85+49+67=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553143 is #AACEBC. Grayscale: #3D3D3D. Windows color (decimal): -11194045 or 4403541. OLE color: 4403541.

HSL color Cylindrical-coordinate representation of color #553143: hue angle of 330º 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 #553143 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB854967-
CMYK00.420.210.67
HSL330º26.87%26.27%-
HSV(B)330º42.35%33.33%-
XYZ5.864.535.88-
YUV61.82130.93144.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=42.29%
G=24.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85496700.420.210.6733026.8726.27
Hex55314302A154314a1b1a
Octal12561103052251035123332
Binary1010101110001100001101010101010110000111010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553143; }

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

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

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

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

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

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

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

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