#5A333A

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

Shades of Wine Berry #5A333A

Tints of Wine Berry #5A333A

Color information

#5A333A (or 0x5A333A) is unknown color: approx Wine Berry. HEX triplet: 5A, 33 and 3A. RGB value is (90,51,58). Sum of RGB (Red+Green+Blue) = 90+51+58=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A333A is #A5CCC5. Grayscale: #3F3F3F. Windows color (decimal): -10865862 or 3814234. OLE color: 3814234.

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

Color convert

RGB905158-
CMYK00.430.360.65
HSL349.23º27.66%27.65%-
HSV(B)349.23º43.33%35.29%-
XYZ6.164.854.61-
YUV63.46124.92146.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=45.23%
G=25.63%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90515800.430.360.65349.2327.6627.65
Hex5A333A02B244115d1c1c
Octal1326372053441015353434
Binary1011010110011111010010101110010010000011010111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,51,58); }

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

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

 a { background-color: rgb(90,51,58); }

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

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

 span { border-color: rgb(90,51,58); }

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