#55363B

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

Shades of Wine Berry #55363B

Tints of Wine Berry #55363B

Color information

#55363B (or 0x55363B) is unknown color: approx Wine Berry. HEX triplet: 55, 36 and 3B. RGB value is (85,54,59). Sum of RGB (Red+Green+Blue) = 85+54+59=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363B is #AAC9C4. Grayscale: #3F3F3F. Windows color (decimal): -11192773 or 3880533. OLE color: 3880533.

HSL color Cylindrical-coordinate representation of color #55363B: hue angle of 350.32º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55363B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB855459-
CMYK00.360.310.67
HSL350.32º22.3%27.25%-
HSV(B)350.32º36.47%33.33%-
XYZ5.854.894.77-
YUV63.84125.27143.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=42.93%
G=27.27%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85545900.360.310.67350.3222.327.25
Hex55363B0241F4315e161b
Octal1256673044371035362633
Binary101010111011011101101001001111110000111010111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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