#55333C

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

Shades of Wine Berry #55333C

Tints of Wine Berry #55333C

Color information

#55333C (or 0x55333C) is unknown color: approx Wine Berry. HEX triplet: 55, 33 and 3C. RGB value is (85,51,60). Sum of RGB (Red+Green+Blue) = 85+51+60=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55333C is #AACCC3. Grayscale: #3E3E3E. Windows color (decimal): -11193540 or 3945301. OLE color: 3945301.

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

Color convert

RGB855160-
CMYK00.400.290.67
HSL344.12º25%26.67%-
HSV(B)344.12º40%33.33%-
XYZ5.754.634.86-
YUV62.19126.76144.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=43.37%
G=26.02%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85516000.400.290.67344.122526.67
Hex55333C0281D43158191b
Octal1256374050351035303133
Binary101010111001111110001010001110110000111010110001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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