#5C343D

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

Shades of Wine Berry #5C343D

Tints of Wine Berry #5C343D

Color information

#5C343D (or 0x5C343D) is unknown color: approx Wine Berry. HEX triplet: 5C, 34 and 3D. RGB value is (92,52,61). Sum of RGB (Red+Green+Blue) = 92+52+61=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C343D is #A3CBC2. Grayscale: #404040. Windows color (decimal): -10734531 or 4011100. OLE color: 4011100.

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

Color convert

RGB925261-
CMYK00.430.340.64
HSL346.5º27.78%28.24%-
HSV(B)346.5º43.48%36.08%-
XYZ6.485.075.05-
YUV64.99125.75147.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=44.88%
G=25.37%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92526100.430.340.64346.527.7828.24
Hex5C343D02B224015a1c1c
Octal1346475053421005323434
Binary1011100110100111101010101110001010000001010110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,52,61); }

 H1.HeaderClassName
 {
   color: #5C343D;
 }
 .AnyTagClassName
 {
   color: #5C343D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,52,61); }

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

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

 span { border-color: rgb(92,52,61); }

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