Html Css Color HEX #5A363B Wine Berry

📋 copy color: '#5A363B'

red 90 ◦ green 54 ◦ blue 59

#5A363B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #5A363B

Tints of Wine Berry #5A363B

RGB

 RED value IS 90 (35.55% from 255) = 44.33%

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 44.33%
G = 26.6%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A363B (or 0x5A363B) is known color: Wine Berry. HEX triplet: 5A, 36 and 3B. RGB value is (90,54,59). Sum of RGB (Red+Green+Blue) = 90+54+59=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A363B is #A5C9C4. Grayscale: #414141. Windows color (decimal): -10865093 or 3880538. OLE color: 3880538.

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

Color convert

RGB 90 54 59 -
CMYK 0 0.40 0.34 0.65
HSL 351.67º 0.25% 0.28% -
HSV(B) 351.67º 0.4% 0.35% -
XYZ 6.33 5.13 4.79 -
YUV 65.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 90 54 59 0 0.40 0.34 0.65 351.67 0.25 0.28
Hex 5A 36 3B 0 28 22 41 160 19 1C
Octal 132 66 73 0 50 42 101 540 31 34
Binary 1011010 110110 111011 0 101000 100010 1000001 101100000 11001 11100

Color Harmonies of #5A363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A363B

Black with #5A363B

Text Example


Text Example

White with #5A363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A363B;
 }
 .AnyTagClassName
 {
   color: #5A363B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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