#553243

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

Shades of Barossa #553243

Tints of Barossa #553243

Color information

#553243 (or 0x553243) is unknown color: approx Barossa. HEX triplet: 55, 32 and 43. RGB value is (85,50,67). Sum of RGB (Red+Green+Blue) = 85+50+67=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553243 is #AACDBC. Grayscale: #3E3E3E. Windows color (decimal): -11193789 or 4403797. OLE color: 4403797.

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

Color convert

RGB855067-
CMYK00.410.210.67
HSL330.86º25.93%26.47%-
HSV(B)330.86º41.18%33.33%-
XYZ5.94.625.89-
YUV62.4130.6144.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=42.08%
G=24.75%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85506700.410.210.67330.8625.9326.47
Hex553243029154314b1a1a
Octal12562103051251035133232
Binary1010101110010100001101010011010110000111010010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553243; }

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

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

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

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

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

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

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

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