#5A2F38

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

Shades of Wine Berry #5A2F38

Tints of Wine Berry #5A2F38

Color information

#5A2F38 (or 0x5A2F38) is unknown color: approx Wine Berry. HEX triplet: 5A, 2F and 38. RGB value is (90,47,56). Sum of RGB (Red+Green+Blue) = 90+47+56=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F38 is #A5D0C7. Grayscale: #3C3C3C. Windows color (decimal): -10866888 or 3682138. OLE color: 3682138.

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

Color convert

RGB904756-
CMYK00.480.380.65
HSL347.44º31.39%26.86%-
HSV(B)347.44º47.78%35.29%-
XYZ5.954.494.3-
YUV60.88125.25148.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=46.63%
G=24.35%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90475600.480.380.65347.4431.3926.86
Hex5A2F38030264115b1f1b
Octal1325770060461015333733
Binary1011010101111111000011000010011010000011010110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,47,56); }

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

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

 a { background-color: rgb(90,47,56); }

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

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

 span { border-color: rgb(90,47,56); }

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