#55313B

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

Shades of Wine Berry #55313B

Tints of Wine Berry #55313B

Color information

#55313B (or 0x55313B) is unknown color: approx Wine Berry. HEX triplet: 55, 31 and 3B. RGB value is (85,49,59). Sum of RGB (Red+Green+Blue) = 85+49+59=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55313B is #AACEC4. Grayscale: #3C3C3C. Windows color (decimal): -11194053 or 3879253. OLE color: 3879253.

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

Color convert

RGB854959-
CMYK00.420.310.67
HSL343.33º26.87%26.27%-
HSV(B)343.33º42.35%33.33%-
XYZ5.634.444.7-
YUV60.9126.93145.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=44.04%
G=25.39%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85495900.420.310.67343.3326.8726.27
Hex55313B02A1F431571b1a
Octal1256173052371035273332
Binary101010111000111101101010101111110000111010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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