#553142

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

Shades of Barossa #553142

Tints of Barossa #553142

Color information

#553142 (or 0x553142) is unknown color: approx Barossa. HEX triplet: 55, 31 and 42. RGB value is (85,49,66). Sum of RGB (Red+Green+Blue) = 85+49+66=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553142 is #AACEBD. Grayscale: #3D3D3D. Windows color (decimal): -11194046 or 4338005. OLE color: 4338005.

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

Color convert

RGB854966-
CMYK00.420.220.67
HSL331.67º26.87%26.27%-
HSV(B)331.67º42.35%33.33%-
XYZ5.834.525.72-
YUV61.7130.43144.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 66 (26.17% from 255) = 33%
R=42.5%
G=24.5%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85496600.420.220.67331.6726.8726.27
Hex55314202A164314c1b1a
Octal12561102052261035143332
Binary1010101110001100001001010101011010000111010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553142; }

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

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

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

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

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

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

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

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