#5A303F

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

Shades of Wine Berry #5A303F

Tints of Wine Berry #5A303F

Color information

#5A303F (or 0x5A303F) is unknown color: approx Wine Berry. HEX triplet: 5A, 30 and 3F. RGB value is (90,48,63). Sum of RGB (Red+Green+Blue) = 90+48+63=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A303F is #A5CFC0. Grayscale: #3E3E3E. Windows color (decimal): -10866625 or 4141146. OLE color: 4141146.

HSL color Cylindrical-coordinate representation of color #5A303F: hue angle of 338.57º 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 #5A303F is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB904863-
CMYK00.470.300.65
HSL338.57º30.43%27.06%-
HSV(B)338.57º46.67%35.29%-
XYZ6.174.655.27-
YUV62.27128.41147.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 63 (25% from 255) = 31.34%
R=44.78%
G=23.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90486300.470.300.65338.5730.4327.06
Hex5A303F02F1E411531e1b
Octal1326077057361015233633
Binary101101011000011111101011111111010000011010100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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