#55353E

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

Shades of Wine Berry #55353E

Tints of Wine Berry #55353E

Color information

#55353E (or 0x55353E) is unknown color: approx Wine Berry. HEX triplet: 55, 35 and 3E. RGB value is (85,53,62). Sum of RGB (Red+Green+Blue) = 85+53+62=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353E is #AACAC1. Grayscale: #3F3F3F. Windows color (decimal): -11193026 or 4076885. OLE color: 4076885.

HSL color Cylindrical-coordinate representation of color #55353E: hue angle of 343.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55353E is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB855362-
CMYK00.380.270.67
HSL343.12º23.19%27.06%-
HSV(B)343.12º37.65%33.33%-
XYZ5.894.835.18-
YUV63.59127.1143.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=42.5%
G=26.5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85536200.380.270.67343.1223.1927.06
Hex55353E0261B43157171b
Octal1256576046331035272733
Binary101010111010111111001001101101110000111010101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55353E; }

 p { color: rgb(85,53,62); }

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

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

 a { background-color: rgb(85,53,62); }

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

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

 span { border-color: rgb(85,53,62); }

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