Html Css Color HEX #5C353C Wine Berry

📋 copy color: '#5C353C'

red 92 ◦ green 53 ◦ blue 60

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

Shades of Wine Berry #5C353C

Tints of Wine Berry #5C353C

RGB

 RED value IS 92 (36.33% from 255) = 44.88%

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

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

R = 44.88%
G = 25.85%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5C353C (or 0x5C353C) is known color: Wine Berry. HEX triplet: 5C, 35 and 3C. RGB value is (92,53,60). Sum of RGB (Red+Green+Blue) = 92+53+60=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C353C is #A3CAC3. Grayscale: #414141. Windows color (decimal): -10734276 or 3945820. OLE color: 3945820.

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

Color convert

RGB 92 53 60 -
CMYK 0 0.42 0.35 0.64
HSL 349.23º 0.27% 0.28% -
HSV(B) 349.23º 0.42% 0.36% -
XYZ 6.5 5.15 4.93 -
YUV 65.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 92 53 60 0 0.42 0.35 0.64 349.23 0.27 0.28
Hex 5C 35 3C 0 2A 23 40 15D 1B 1C
Octal 134 65 74 0 52 43 100 535 33 34
Binary 1011100 110101 111100 0 101010 100011 1000000 101011101 11011 11100

Color Harmonies of #5C353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C353C

Black with #5C353C

Text Example


Text Example

White with #5C353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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