Html Css Color HEX #5D323C Wine Berry

📋 copy color: '#5D323C'

red 93 ◦ green 50 ◦ blue 60

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

Shades of Wine Berry #5D323C

Tints of Wine Berry #5D323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 45.81%
G = 24.63%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D323C (or 0x5D323C) is known color: Wine Berry. HEX triplet: 5D, 32 and 3C. RGB value is (93,50,60). Sum of RGB (Red+Green+Blue) = 93+50+60=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D323C is #A2CDC3. Grayscale: #404040. Windows color (decimal): -10669508 or 3945053. OLE color: 3945053.

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

Color convert

RGB 93 50 60 -
CMYK 0 0.46 0.35 0.64
HSL 346.05º 0.3% 0.28% -
HSV(B) 346.05º 0.46% 0.36% -
XYZ 6.47 4.93 4.89 -
YUV 64 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 93 50 60 0 0.46 0.35 0.64 346.05 0.3 0.28
Hex 5D 32 3C 0 2E 23 40 15A 1E 1C
Octal 135 62 74 0 56 43 100 532 36 34
Binary 1011101 110010 111100 0 101110 100011 1000000 101011010 11110 11100

Color Harmonies of #5D323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D323C

Black with #5D323C

Text Example


Text Example

White with #5D323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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