Html Css Color HEX #5D353C Wine Berry

📋 copy color: '#5D353C'

red 93 ◦ green 53 ◦ blue 60

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

Shades of Wine Berry #5D353C

Tints of Wine Berry #5D353C

RGB

 RED value IS 93 (36.72% from 255) = 45.15%

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 45.15%
G = 25.73%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D353C (or 0x5D353C) is known color: Wine Berry. HEX triplet: 5D, 35 and 3C. RGB value is (93,53,60). Sum of RGB (Red+Green+Blue) = 93+53+60=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D353C is #A2CAC3. Grayscale: #414141. Windows color (decimal): -10668740 or 3945821. OLE color: 3945821.

HSL color Cylindrical-coordinate representation of color #5D353C: hue angle of 349.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D353C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 53 60 -
CMYK 0 0.43 0.35 0.64
HSL 349.5º 0.27% 0.29% -
HSV(B) 349.5º 0.43% 0.36% -
XYZ 6.6 5.2 4.93 -
YUV 65.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 93 53 60 0 0.43 0.35 0.64 349.5 0.27 0.29
Hex 5D 35 3C 0 2B 23 40 15E 1B 1D
Octal 135 65 74 0 53 43 100 536 33 35
Binary 1011101 110101 111100 0 101011 100011 1000000 101011110 11011 11101

Color Harmonies of #5D353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D353C

Black with #5D353C

Text Example


Text Example

White with #5D353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,53,60); }

 H1.HeaderClassName
 {
   color: #5D353C;
 }
 .AnyTagClassName
 {
   color: #5D353C;
 }
</style>

background-color css

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

 a { background-color: rgb(93,53,60); }

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

border-color css

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

 span { border-color: rgb(93,53,60); }

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