Html Css Color HEX #5A313E Wine Berry

📋 copy color: '#5A313E'

red 90 ◦ green 49 ◦ blue 62

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

Shades of Wine Berry #5A313E

Tints of Wine Berry #5A313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 44.78%
G = 24.38%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A313E (or 0x5A313E) is known color: Wine Berry. HEX triplet: 5A, 31 and 3E. RGB value is (90,49,62). Sum of RGB (Red+Green+Blue) = 90+49+62=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A313E is #A5CEC1. Grayscale: #3E3E3E. Windows color (decimal): -10866370 or 4075866. OLE color: 4075866.

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

Color convert

RGB 90 49 62 -
CMYK 0 0.46 0.31 0.65
HSL 340.98º 0.29% 0.27% -
HSV(B) 340.98º 0.46% 0.35% -
XYZ 6.18 4.72 5.14 -
YUV 62.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 90 49 62 0 0.46 0.31 0.65 340.98 0.29 0.27
Hex 5A 31 3E 0 2E 1F 41 155 1D 1B
Octal 132 61 76 0 56 37 101 525 35 33
Binary 1011010 110001 111110 0 101110 11111 1000001 101010101 11101 11011

Color Harmonies of #5A313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A313E

Black with #5A313E

Text Example


Text Example

White with #5A313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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