#5C363D

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

Shades of Wine Berry #5C363D

Tints of Wine Berry #5C363D

Color information

#5C363D (or 0x5C363D) is unknown color: approx Wine Berry. HEX triplet: 5C, 36 and 3D. RGB value is (92,54,61). Sum of RGB (Red+Green+Blue) = 92+54+61=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C363D is #A3C9C2. Grayscale: #424242. Windows color (decimal): -10734019 or 4011612. OLE color: 4011612.

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

Color convert

RGB925461-
CMYK00.410.340.64
HSL348.95º26.03%28.63%-
HSV(B)348.95º41.3%36.08%-
XYZ6.585.255.08-
YUV66.16125.09146.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.44%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=44.44%
G=26.09%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92546100.410.340.64348.9526.0328.63
Hex5C363D029224015d1a1d
Octal1346675051421005353235
Binary1011100110110111101010100110001010000001010111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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