Html Css Color HEX #5A313D Wine Berry

📋 copy color: '#5A313D'

red 90 ◦ green 49 ◦ blue 61

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

Shades of Wine Berry #5A313D

Tints of Wine Berry #5A313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 45%
G = 24.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A313D (or 0x5A313D) is known color: Wine Berry. HEX triplet: 5A, 31 and 3D. RGB value is (90,49,61). Sum of RGB (Red+Green+Blue) = 90+49+61=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A313D is #A5CEC2. Grayscale: #3E3E3E. Windows color (decimal): -10866371 or 4010330. OLE color: 4010330.

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

Color convert

RGB 90 49 61 -
CMYK 0 0.46 0.32 0.65
HSL 342.44º 0.29% 0.27% -
HSV(B) 342.44º 0.46% 0.35% -
XYZ 6.16 4.71 5 -
YUV 62.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 90 49 61 0 0.46 0.32 0.65 342.44 0.29 0.27
Hex 5A 31 3D 0 2E 20 41 156 1D 1B
Octal 132 61 75 0 56 40 101 526 35 33
Binary 1011010 110001 111101 0 101110 100000 1000001 101010110 11101 11011

Color Harmonies of #5A313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A313D

Black with #5A313D

Text Example


Text Example

White with #5A313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,49,61); }

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

background-color css

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

 a { background-color: rgb(90,49,61); }

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

border-color css

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

 span { border-color: rgb(90,49,61); }

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