#552640

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

Shades of Barossa #552640

Tints of Barossa #552640

Color information

#552640 (or 0x552640) is unknown color: approx Barossa. HEX triplet: 55, 26 and 40. RGB value is (85,38,64). Sum of RGB (Red+Green+Blue) = 85+38+64=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552640 is #AAD9BF. Grayscale: #363636. Windows color (decimal): -11196864 or 4204117. OLE color: 4204117.

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

Color convert

RGB853864-
CMYK00.550.250.67
HSL326.81º38.21%24.12%-
HSV(B)326.81º55.29%33.33%-
XYZ5.363.695.28-
YUV55.02133.07149.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=45.45%
G=20.32%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85386400.550.250.67326.8138.2124.12
Hex55264003719431472618
Octal12546100067311035074630
Binary10101011001101000000011011111001100001110100011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552640; }

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

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

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

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

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

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

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

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