#552742

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

Shades of Barossa #552742

Tints of Barossa #552742

Color information

#552742 (or 0x552742) is unknown color: approx Barossa. HEX triplet: 55, 27 and 42. RGB value is (85,39,66). Sum of RGB (Red+Green+Blue) = 85+39+66=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552742 is #AAD8BD. Grayscale: #373737. Windows color (decimal): -11196606 or 4335445. OLE color: 4335445.

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

Color convert

RGB853966-
CMYK00.540.220.67
HSL324.78º37.1%24.31%-
HSV(B)324.78º54.12%33.33%-
XYZ5.463.785.6-
YUV55.83133.74148.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=44.74%
G=20.53%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85396600.540.220.67324.7837.124.31
Hex55274203616431452518
Octal12547102066261035054530
Binary10101011001111000010011011010110100001110100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552742; }

 p { color: rgb(85,39,66); }

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

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

 a { background-color: rgb(85,39,66); }

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

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

 span { border-color: rgb(85,39,66); }

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