Html Css Color HEX #5A353A Wine Berry

📋 copy color: '#5A353A'

red 90 ◦ green 53 ◦ blue 58

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

Shades of Wine Berry #5A353A

Tints of Wine Berry #5A353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 44.78%
G = 26.37%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A353A (or 0x5A353A) is known color: Wine Berry. HEX triplet: 5A, 35 and 3A. RGB value is (90,53,58). Sum of RGB (Red+Green+Blue) = 90+53+58=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A353A is #A5CAC5. Grayscale: #404040. Windows color (decimal): -10865350 or 3814746. OLE color: 3814746.

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

Color convert

RGB 90 53 58 -
CMYK 0 0.41 0.36 0.65
HSL 351.89º 0.26% 0.28% -
HSV(B) 351.89º 0.41% 0.35% -
XYZ 6.25 5.03 4.64 -
YUV 64.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 90 53 58 0 0.41 0.36 0.65 351.89 0.26 0.28
Hex 5A 35 3A 0 29 24 41 160 1A 1C
Octal 132 65 72 0 51 44 101 540 32 34
Binary 1011010 110101 111010 0 101001 100100 1000001 101100000 11010 11100

Color Harmonies of #5A353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A353A

Black with #5A353A

Text Example


Text Example

White with #5A353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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