#55333B

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

Shades of Wine Berry #55333B

Tints of Wine Berry #55333B

Color information

#55333B (or 0x55333B) is unknown color: approx Wine Berry. HEX triplet: 55, 33 and 3B. RGB value is (85,51,59). Sum of RGB (Red+Green+Blue) = 85+51+59=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333B is #AACCC4. Grayscale: #3E3E3E. Windows color (decimal): -11193541 or 3879765. OLE color: 3879765.

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

Color convert

RGB855159-
CMYK00.400.310.67
HSL345.88º25%26.67%-
HSV(B)345.88º40%33.33%-
XYZ5.724.614.73-
YUV62.08126.26144.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=43.59%
G=26.15%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85515900.400.310.67345.882526.67
Hex55333B0281F4315a191b
Octal1256373050371035323133
Binary101010111001111101101010001111110000111010110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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