#55383D

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

Shades of Wine Berry #55383D

Tints of Wine Berry #55383D

Color information

#55383D (or 0x55383D) is unknown color: approx Wine Berry. HEX triplet: 55, 38 and 3D. RGB value is (85,56,61). Sum of RGB (Red+Green+Blue) = 85+56+61=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383D is #AAC7C2. Grayscale: #414141. Windows color (decimal): -11192259 or 4012117. OLE color: 4012117.

HSL color Cylindrical-coordinate representation of color #55383D: hue angle of 349.66º 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 #55383D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB855661-
CMYK00.340.280.67
HSL349.66º20.57%27.65%-
HSV(B)349.66º34.12%33.33%-
XYZ65.15.08-
YUV65.24125.61142.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=42.08%
G=27.72%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85566100.340.280.67349.6620.5727.65
Hex55383D0221C4315e151c
Octal1257075042341035362534
Binary101010111100011110101000101110010000111010111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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