#552B43

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

Shades of Barossa #552B43

Tints of Barossa #552B43

Color information

#552B43 (or 0x552B43) is unknown color: approx Barossa. HEX triplet: 55, 2B and 43. RGB value is (85,43,67). Sum of RGB (Red+Green+Blue) = 85+43+67=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #552B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B43 is #AAD4BC. Grayscale: #3A3A3A. Windows color (decimal): -11195581 or 4402005. OLE color: 4402005.

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

Color convert

RGB854367-
CMYK00.490.210.67
HSL325.71º32.81%25.1%-
HSV(B)325.71º49.41%33.33%-
XYZ5.624.065.8-
YUV58.29132.91147.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=43.59%
G=22.05%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85436700.490.210.67325.7132.8125.1
Hex552B4303115431462119
Octal12553103061251035064131
Binary10101011010111000011011000110101100001110100011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B43; }

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

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

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

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

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

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

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

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