#5D3039

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

Shades of Wine Berry #5D3039

Tints of Wine Berry #5D3039

Color information

#5D3039 (or 0x5D3039) is unknown color: approx Wine Berry. HEX triplet: 5D, 30 and 39. RGB value is (93,48,57). Sum of RGB (Red+Green+Blue) = 93+48+57=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3039 is #A2CFC6. Grayscale: #3E3E3E. Windows color (decimal): -10670023 or 3747933. OLE color: 3747933.

HSL color Cylindrical-coordinate representation of color #5D3039: hue angle of 348º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3039 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB934857-
CMYK00.480.390.64
HSL348º31.91%27.65%-
HSV(B)348º48.39%36.47%-
XYZ6.314.744.45-
YUV62.48124.91149.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=46.97%
G=24.24%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93485700.480.390.6434831.9127.65
Hex5D3039030274015c201c
Octal1356071060471005344034
Binary10111011100001110010110000100111100000010101110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D3039; }

 p { color: rgb(93,48,57); }

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

<style>
 a { background-color: #5D3039; }

 a { background-color: rgb(93,48,57); }

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

<style>
 span { border-color: #5D3039; }

 span { border-color: rgb(93,48,57); }

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