#553440

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

Shades of Wine Berry #553440

Tints of Wine Berry #553440

Color information

#553440 (or 0x553440) is unknown color: approx Wine Berry. HEX triplet: 55, 34 and 40. RGB value is (85,52,64). Sum of RGB (Red+Green+Blue) = 85+52+64=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553440 is #AACBBF. Grayscale: #3F3F3F. Windows color (decimal): -11193280 or 4207701. OLE color: 4207701.

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

Color convert

RGB855264-
CMYK00.390.250.67
HSL338.18º24.09%26.86%-
HSV(B)338.18º38.82%33.33%-
XYZ5.94.765.46-
YUV63.23128.43143.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=42.29%
G=25.87%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85526400.390.250.67338.1824.0926.86
Hex5534400271943152181b
Octal12564100047311035223033
Binary1010101110100100000001001111100110000111010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553440; }

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

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

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

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

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

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

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

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