#552B40

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

Shades of Barossa #552B40

Tints of Barossa #552B40

Color information

#552B40 (or 0x552B40) is unknown color: approx Barossa. HEX triplet: 55, 2B and 40. RGB value is (85,43,64). Sum of RGB (Red+Green+Blue) = 85+43+64=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B40 is #AAD4BF. Grayscale: #393939. Windows color (decimal): -11195584 or 4205397. OLE color: 4205397.

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

Color convert

RGB854364-
CMYK00.490.250.67
HSL330º32.81%25.1%-
HSV(B)330º49.41%33.33%-
XYZ5.544.035.34-
YUV57.95131.41147.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=44.27%
G=22.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85436400.490.250.6733032.8125.1
Hex552B40031194314a2119
Octal12553100061311035124131
Binary10101011010111000000011000111001100001110100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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