#553439

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

Shades of Wine Berry #553439

Tints of Wine Berry #553439

Color information

#553439 (or 0x553439) is unknown color: approx Wine Berry. HEX triplet: 55, 34 and 39. RGB value is (85,52,57). Sum of RGB (Red+Green+Blue) = 85+52+57=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553439 is #AACBC6. Grayscale: #3E3E3E. Windows color (decimal): -11193287 or 3748949. OLE color: 3748949.

HSL color Cylindrical-coordinate representation of color #553439: hue angle of 350.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553439 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB855257-
CMYK00.390.330.67
HSL350.91º24.09%26.86%-
HSV(B)350.91º38.82%33.33%-
XYZ5.714.684.47-
YUV62.44124.93144.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=43.81%
G=26.80%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85525700.390.330.67350.9124.0926.86
Hex553439027214315f181b
Octal1256471047411035373033
Binary1010101110100111001010011110000110000111010111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553439; }

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

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

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

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

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

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

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

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