#55303A

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

Shades of Wine Berry #55303A

Tints of Wine Berry #55303A

Color information

#55303A (or 0x55303A) is unknown color: approx Wine Berry. HEX triplet: 55, 30 and 3A. RGB value is (85,48,58). Sum of RGB (Red+Green+Blue) = 85+48+58=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #55303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55303A is #AACFC5. Grayscale: #3C3C3C. Windows color (decimal): -11194310 or 3813461. OLE color: 3813461.

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

Color convert

RGB854858-
CMYK00.440.320.67
HSL343.78º27.82%26.08%-
HSV(B)343.78º43.53%33.33%-
XYZ5.574.354.55-
YUV60.2126.76145.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=44.50%
G=25.13%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85485800.440.320.67343.7827.8226.08
Hex55303A02C20431581c1a
Octal1256072054401035303432
Binary1010101110000111010010110010000010000111010110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55303A; }

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

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

<style>
 a { background-color: #55303A; }

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

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

<style>
 span { border-color: #55303A; }

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

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