#552931

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

Shades of Wine Berry #552931

Tints of Wine Berry #552931

Color information

#552931 (or 0x552931) is unknown color: approx Wine Berry. HEX triplet: 55, 29 and 31. RGB value is (85,41,49). Sum of RGB (Red+Green+Blue) = 85+41+49=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552931 is #AAD6CE. Grayscale: #373737. Windows color (decimal): -11196111 or 3221845. OLE color: 3221845.

HSL color Cylindrical-coordinate representation of color #552931: hue angle of 349.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552931 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB854149-
CMYK00.520.420.67
HSL349.09º34.92%24.71%-
HSV(B)349.09º51.76%33.33%-
XYZ5.093.743.36-
YUV55.07124.58149.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 49 (19.53% from 255) = 28%
R=48.57%
G=23.43%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85414900.520.420.67349.0934.9224.71
Hex5529310342A4315d2319
Octal1255161064521035354331
Binary10101011010011100010110100101010100001110101110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552931; }

 p { color: rgb(85,41,49); }

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

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

 a { background-color: rgb(85,41,49); }

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

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

 span { border-color: rgb(85,41,49); }

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