#552442

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

Shades of Barossa #552442

Tints of Barossa #552442

Color information

#552442 (or 0x552442) is unknown color: approx Barossa. HEX triplet: 55, 24 and 42. RGB value is (85,36,66). Sum of RGB (Red+Green+Blue) = 85+36+66=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552442 is #AADBBD. Grayscale: #353535. Windows color (decimal): -11197374 or 4334677. OLE color: 4334677.

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

Color convert

RGB853666-
CMYK00.580.220.67
HSL323.27º40.5%23.73%-
HSV(B)323.27º57.65%33.33%-
XYZ5.363.595.56-
YUV54.07134.73150.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=45.45%
G=19.25%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85366600.580.220.67323.2740.523.73
Hex55244203A16431432818
Octal12544102072261035035030
Binary10101011001001000010011101010110100001110100001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552442; }

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

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

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

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

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

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

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

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