Html Css Color HEX #5D3039 Wine Berry

📋 copy color: '#5D3039'

red 93 ◦ green 48 ◦ blue 57

#5D3039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #5D3039

Tints of Wine Berry #5D3039

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 value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#5D3039 (or 0x5D3039) is known color: 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

RGB 93 48 57 -
CMYK 0 0.48 0.39 0.64
HSL 348º 0.32% 0.28% -
HSV(B) 348º 0.48% 0.36% -
XYZ 6.31 4.74 4.45 -
YUV 62.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 93 48 57 0 0.48 0.39 0.64 348 0.32 0.28
Hex 5D 30 39 0 30 27 40 15C 20 1C
Octal 135 60 71 0 60 47 100 534 40 34
Binary 1011101 110000 111001 0 110000 100111 1000000 101011100 100000 11100

Color Harmonies of #5D3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3039

Black with #5D3039

Text Example


Text Example

White with #5D3039

Text Example


Text Example

HTML Codes & Css Web 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>