#55333A

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

Shades of Wine Berry #55333A

Tints of Wine Berry #55333A

Color information

#55333A (or 0x55333A) is unknown color: approx Wine Berry. HEX triplet: 55, 33 and 3A. RGB value is (85,51,58). Sum of RGB (Red+Green+Blue) = 85+51+58=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333A is #AACCC5. Grayscale: #3D3D3D. Windows color (decimal): -11193542 or 3814229. OLE color: 3814229.

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

Color convert

RGB855158-
CMYK00.400.320.67
HSL347.65º25%26.67%-
HSV(B)347.65º40%33.33%-
XYZ5.694.64.59-
YUV61.96125.76144.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=43.81%
G=26.29%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85515800.400.320.67347.652526.67
Hex55333A028204315c191b
Octal1256372050401035343133
Binary1010101110011111010010100010000010000111010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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