#5A303E

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

Shades of Wine Berry #5A303E

Tints of Wine Berry #5A303E

Color information

#5A303E (or 0x5A303E) is unknown color: approx Wine Berry. HEX triplet: 5A, 30 and 3E. RGB value is (90,48,62). Sum of RGB (Red+Green+Blue) = 90+48+62=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A303E is #A5CFC1. Grayscale: #3E3E3E. Windows color (decimal): -10866626 or 4075610. OLE color: 4075610.

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

Color convert

RGB904862-
CMYK00.470.310.65
HSL340º30.43%27.06%-
HSV(B)340º46.67%35.29%-
XYZ6.144.645.13-
YUV62.15127.91147.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 62 (24.61% from 255) = 31%
R=45%
G=24%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90486200.470.310.6534030.4327.06
Hex5A303E02F1F411541e1b
Octal1326076057371015243633
Binary101101011000011111001011111111110000011010101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,62); }

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

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

 a { background-color: rgb(90,48,62); }

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

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

 span { border-color: rgb(90,48,62); }

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