#5C353C

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

Shades of Wine Berry #5C353C

Tints of Wine Berry #5C353C

Color information

#5C353C (or 0x5C353C) is unknown color: approx 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

RGB925360-
CMYK00.420.350.64
HSL349.23º26.9%28.43%-
HSV(B)349.23º42.39%36.08%-
XYZ6.55.154.93-
YUV65.46124.92146.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92536000.420.350.64349.2326.928.43
Hex5C353C02A234015d1b1c
Octal1346574052431005353334
Binary1011100110101111100010101010001110000001010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>