#5A363C

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

Shades of Wine Berry #5A363C

Tints of Wine Berry #5A363C

Color information

#5A363C (or 0x5A363C) is unknown color: approx Wine Berry. HEX triplet: 5A, 36 and 3C. RGB value is (90,54,60). Sum of RGB (Red+Green+Blue) = 90+54+60=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A363C is #A5C9C3. Grayscale: #414141. Windows color (decimal): -10865092 or 3946074. OLE color: 3946074.

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

Color convert

RGB905460-
CMYK00.400.330.65
HSL350º25%28.24%-
HSV(B)350º40%35.29%-
XYZ6.355.144.93-
YUV65.45124.93145.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=44.12%
G=26.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90546000.400.330.653502528.24
Hex5A363C028214115e191c
Octal1326674050411015363134
Binary1011010110110111100010100010000110000011010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,60); }

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

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

 a { background-color: rgb(90,54,60); }

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

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

 span { border-color: rgb(90,54,60); }

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