#55383E

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

Shades of Wine Berry #55383E

Tints of Wine Berry #55383E

Color information

#55383E (or 0x55383E) is unknown color: approx Wine Berry. HEX triplet: 55, 38 and 3E. RGB value is (85,56,62). Sum of RGB (Red+Green+Blue) = 85+56+62=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383E is #AAC7C1. Grayscale: #414141. Windows color (decimal): -11192258 or 4077653. OLE color: 4077653.

HSL color Cylindrical-coordinate representation of color #55383E: hue angle of 347.59º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55383E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB855662-
CMYK00.340.270.67
HSL347.59º20.57%27.65%-
HSV(B)347.59º34.12%33.33%-
XYZ6.035.115.23-
YUV65.36126.11142.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=41.87%
G=27.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85566200.340.270.67347.5920.5727.65
Hex55383E0221B4315c151c
Octal1257076042331035342534
Binary101010111100011111001000101101110000111010111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55383E; }

 p { color: rgb(85,56,62); }

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

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

 a { background-color: rgb(85,56,62); }

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

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

 span { border-color: rgb(85,56,62); }

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