#552E3A

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

Shades of Wine Berry #552E3A

Tints of Wine Berry #552E3A

Color information

#552E3A (or 0x552E3A) is unknown color: approx Wine Berry. HEX triplet: 55, 2E and 3A. RGB value is (85,46,58). Sum of RGB (Red+Green+Blue) = 85+46+58=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E3A is #AAD1C5. Grayscale: #3B3B3B. Windows color (decimal): -11194822 or 3812949. OLE color: 3812949.

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

Color convert

RGB854658-
CMYK00.460.320.67
HSL341.54º29.77%25.69%-
HSV(B)341.54º45.88%33.33%-
XYZ5.494.194.52-
YUV59.03127.42146.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=44.97%
G=24.34%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85465800.460.320.67341.5429.7725.69
Hex552E3A02E20431561e1a
Octal1255672056401035263632
Binary1010101101110111010010111010000010000111010101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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