#55373D

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

Shades of Wine Berry #55373D

Tints of Wine Berry #55373D

Color information

#55373D (or 0x55373D) is unknown color: approx Wine Berry. HEX triplet: 55, 37 and 3D. RGB value is (85,55,61). Sum of RGB (Red+Green+Blue) = 85+55+61=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55373D is #AAC8C2. Grayscale: #404040. Windows color (decimal): -11192515 or 4011861. OLE color: 4011861.

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

Color convert

RGB855561-
CMYK00.350.280.67
HSL348º21.43%27.45%-
HSV(B)348º35.29%33.33%-
XYZ5.9555.07-
YUV64.65125.94142.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=42.29%
G=27.36%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85556100.350.280.6734821.4327.45
Hex55373D0231C4315c151b
Octal1256775043341035342533
Binary101010111011111110101000111110010000111010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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