#55223B

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

Shades of Barossa #55223B

Tints of Barossa #55223B

Color information

#55223B (or 0x55223B) is unknown color: approx Barossa. HEX triplet: 55, 22 and 3B. RGB value is (85,34,59). Sum of RGB (Red+Green+Blue) = 85+34+59=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55223B is #AADDC4. Grayscale: #343434. Windows color (decimal): -11197893 or 3875413. OLE color: 3875413.

HSL color Cylindrical-coordinate representation of color #55223B: hue angle of 330.59º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55223B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB853459-
CMYK00.600.310.67
HSL330.59º42.86%23.33%-
HSV(B)330.59º60%33.33%-
XYZ5.113.394.52-
YUV52.1131.9151.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=47.75%
G=19.10%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85345900.600.310.67330.5942.8623.33
Hex55223B03C1F4314b2b17
Octal1254273074371035135327
Binary1010101100010111011011110011111100001110100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55223B; }

 p { color: rgb(85,34,59); }

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

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

 a { background-color: rgb(85,34,59); }

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

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

 span { border-color: rgb(85,34,59); }

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