#552540

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

Shades of Barossa #552540

Tints of Barossa #552540

Color information

#552540 (or 0x552540) is unknown color: approx Barossa. HEX triplet: 55, 25 and 40. RGB value is (85,37,64). Sum of RGB (Red+Green+Blue) = 85+37+64=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552540 is #AADABF. Grayscale: #363636. Windows color (decimal): -11197120 or 4203861. OLE color: 4203861.

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

Color convert

RGB853764-
CMYK00.560.250.67
HSL326.25º39.34%23.92%-
HSV(B)326.25º56.47%33.33%-
XYZ5.333.625.27-
YUV54.43133.4149.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=45.70%
G=19.89%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85376400.560.250.67326.2539.3423.92
Hex55254003819431462718
Octal12545100070311035064730
Binary10101011001011000000011100011001100001110100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552540; }

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

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

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

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

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

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

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

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