#553339

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

Shades of Wine Berry #553339

Tints of Wine Berry #553339

Color information

#553339 (or 0x553339) is unknown color: approx Wine Berry. HEX triplet: 55, 33 and 39. RGB value is (85,51,57). Sum of RGB (Red+Green+Blue) = 85+51+57=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553339 is #AACCC6. Grayscale: #3D3D3D. Windows color (decimal): -11193543 or 3748693. OLE color: 3748693.

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

Color convert

RGB855157-
CMYK00.400.330.67
HSL349.41º25%26.67%-
HSV(B)349.41º40%33.33%-
XYZ5.674.594.46-
YUV61.85125.26144.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=44.04%
G=26.42%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85515700.400.330.67349.412526.67
Hex553339028214315d191b
Octal1256371050411035353133
Binary1010101110011111001010100010000110000111010111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553339; }

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

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

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

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

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

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

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

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