#55353B

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

Shades of Wine Berry #55353B

Tints of Wine Berry #55353B

Color information

#55353B (or 0x55353B) is unknown color: approx Wine Berry. HEX triplet: 55, 35 and 3B. RGB value is (85,53,59). Sum of RGB (Red+Green+Blue) = 85+53+59=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353B is #AACAC4. Grayscale: #3F3F3F. Windows color (decimal): -11193029 or 3880277. OLE color: 3880277.

HSL color Cylindrical-coordinate representation of color #55353B: hue angle of 348.75º 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 #55353B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB855359-
CMYK00.380.310.67
HSL348.75º23.19%27.06%-
HSV(B)348.75º37.65%33.33%-
XYZ5.814.794.76-
YUV63.25125.6143.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=43.15%
G=26.90%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85535900.380.310.67348.7523.1927.06
Hex55353B0261F4315d171b
Octal1256573046371035352733
Binary101010111010111101101001101111110000111010111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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