#552F3A

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

Shades of Wine Berry #552F3A

Tints of Wine Berry #552F3A

Color information

#552F3A (or 0x552F3A) is unknown color: approx Wine Berry. HEX triplet: 55, 2F and 3A. RGB value is (85,47,58). Sum of RGB (Red+Green+Blue) = 85+47+58=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F3A is #AAD0C5. Grayscale: #3B3B3B. Windows color (decimal): -11194566 or 3813205. OLE color: 3813205.

HSL color Cylindrical-coordinate representation of color #552F3A: hue angle of 342.63º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F3A is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB854758-
CMYK00.450.320.67
HSL342.63º28.79%25.88%-
HSV(B)342.63º44.71%33.33%-
XYZ5.534.274.54-
YUV59.62127.09146.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=44.74%
G=24.74%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85475800.450.320.67342.6328.7925.88
Hex552F3A02D20431571d1a
Octal1255772055401035273532
Binary1010101101111111010010110110000010000111010101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552F3A; }

 p { color: rgb(85,47,58); }

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

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

 a { background-color: rgb(85,47,58); }

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

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

 span { border-color: rgb(85,47,58); }

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