#5A343D

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

Shades of Wine Berry #5A343D

Tints of Wine Berry #5A343D

Color information

#5A343D (or 0x5A343D) is unknown color: approx Wine Berry. HEX triplet: 5A, 34 and 3D. RGB value is (90,52,61). Sum of RGB (Red+Green+Blue) = 90+52+61=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A343D is #A5CBC2. Grayscale: #404040. Windows color (decimal): -10865603 or 4011098. OLE color: 4011098.

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

Color convert

RGB905261-
CMYK00.420.320.65
HSL345.79º26.76%27.84%-
HSV(B)345.79º42.22%35.29%-
XYZ6.294.975.04-
YUV64.39126.09146.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=44.33%
G=25.62%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90526100.420.320.65345.7926.7627.84
Hex5A343D02A204115a1b1c
Octal1326475052401015323334
Binary1011010110100111101010101010000010000011010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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