#552542

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

Shades of Barossa #552542

Tints of Barossa #552542

Color information

#552542 (or 0x552542) is unknown color: approx Barossa. HEX triplet: 55, 25 and 42. RGB value is (85,37,66). Sum of RGB (Red+Green+Blue) = 85+37+66=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552542 is #AADABD. Grayscale: #363636. Windows color (decimal): -11197118 or 4334933. OLE color: 4334933.

HSL color Cylindrical-coordinate representation of color #552542: hue angle of 323.75º 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 #552542 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB853766-
CMYK00.560.220.67
HSL323.75º39.34%23.92%-
HSV(B)323.75º56.47%33.33%-
XYZ5.393.655.57-
YUV54.66134.4149.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=45.21%
G=19.68%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85376600.560.220.67323.7539.3423.92
Hex55254203816431442718
Octal12545102070261035044730
Binary10101011001011000010011100010110100001110100010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552542; }

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

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

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

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

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

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

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

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