#552930

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

Shades of Wine Berry #552930

Tints of Wine Berry #552930

Color information

#552930 (or 0x552930) is unknown color: approx Wine Berry. HEX triplet: 55, 29 and 30. RGB value is (85,41,48). Sum of RGB (Red+Green+Blue) = 85+41+48=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552930 is #AAD6CF. Grayscale: #363636. Windows color (decimal): -11196112 or 3156309. OLE color: 3156309.

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

Color convert

RGB854148-
CMYK00.520.440.67
HSL350.45º34.92%24.71%-
HSV(B)350.45º51.76%33.33%-
XYZ5.073.733.25-
YUV54.95124.08149.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=48.85%
G=23.56%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85414800.520.440.67350.4534.9224.71
Hex5529300342C4315e2319
Octal1255160064541035364331
Binary10101011010011100000110100101100100001110101111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552930; }

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

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

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

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

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

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

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

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