#55333F

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

Shades of Wine Berry #55333F

Tints of Wine Berry #55333F

Color information

#55333F (or 0x55333F) is unknown color: approx Wine Berry. HEX triplet: 55, 33 and 3F. RGB value is (85,51,63). Sum of RGB (Red+Green+Blue) = 85+51+63=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333F is #AACCC0. Grayscale: #3E3E3E. Windows color (decimal): -11193537 or 4141909. OLE color: 4141909.

HSL color Cylindrical-coordinate representation of color #55333F: hue angle of 338.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55333F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB855163-
CMYK00.400.260.67
HSL338.82º25%26.67%-
HSV(B)338.82º40%33.33%-
XYZ5.834.665.29-
YUV62.53128.26144.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 63 (25% from 255) = 31.66%
R=42.71%
G=25.63%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85516300.400.260.67338.822526.67
Hex55333F0281A43153191b
Octal1256377050321035233133
Binary101010111001111111101010001101010000111010100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55333F; }

 p { color: rgb(85,51,63); }

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

<style>
 a { background-color: #55333F; }

 a { background-color: rgb(85,51,63); }

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

<style>
 span { border-color: #55333F; }

 span { border-color: rgb(85,51,63); }

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