#5C323E

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

Shades of Wine Berry #5C323E

Tints of Wine Berry #5C323E

Color information

#5C323E (or 0x5C323E) is unknown color: approx Wine Berry. HEX triplet: 5C, 32 and 3E. RGB value is (92,50,62). Sum of RGB (Red+Green+Blue) = 92+50+62=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C323E is #A3CDC1. Grayscale: #3F3F3F. Windows color (decimal): -10735042 or 4076124. OLE color: 4076124.

HSL color Cylindrical-coordinate representation of color #5C323E: hue angle of 342.86º 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 #5C323E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB925062-
CMYK00.460.330.64
HSL342.86º29.58%27.84%-
HSV(B)342.86º45.65%36.08%-
XYZ6.424.95.17-
YUV63.93126.91148.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.10%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=45.10%
G=24.51%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92506200.460.330.64342.8629.5827.84
Hex5C323E02E21401571e1c
Octal1346276056411005273634
Binary1011100110010111110010111010000110000001010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,50,62); }

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

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

 a { background-color: rgb(92,50,62); }

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

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

 span { border-color: rgb(92,50,62); }

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