Html Css Color HEX #5A2E39 Wine Berry

📋 copy color: '#5A2E39'

red 90 ◦ green 46 ◦ blue 57

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

Shades of Wine Berry #5A2E39

Tints of Wine Berry #5A2E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.83%

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 46.63%
G = 23.83%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A2E39 (or 0x5A2E39) is known color: Wine Berry. HEX triplet: 5A, 2E and 39. RGB value is (90,46,57). Sum of RGB (Red+Green+Blue) = 90+46+57=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E39 is #A5D1C6. Grayscale: #3C3C3C. Windows color (decimal): -10867143 or 3747418. OLE color: 3747418.

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

Color convert

RGB 90 46 57 -
CMYK 0 0.49 0.37 0.65
HSL 345º 0.32% 0.27% -
HSV(B) 345º 0.49% 0.35% -
XYZ 5.93 4.42 4.41 -
YUV 60.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 90 46 57 0 0.49 0.37 0.65 345 0.32 0.27
Hex 5A 2E 39 0 31 25 41 159 20 1B
Octal 132 56 71 0 61 45 101 531 40 33
Binary 1011010 101110 111001 0 110001 100101 1000001 101011001 100000 11011

Color Harmonies of #5A2E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2E39

Black with #5A2E39

Text Example


Text Example

White with #5A2E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,46,57); }

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

background-color css

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

 a { background-color: rgb(90,46,57); }

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

border-color css

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

 span { border-color: rgb(90,46,57); }

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