Html Css Color HEX #5A343E Wine Berry

📋 copy color: '#5A343E'

red 90 ◦ green 52 ◦ blue 62

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

Shades of Wine Berry #5A343E

Tints of Wine Berry #5A343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 44.12%
G = 25.49%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A343E (or 0x5A343E) is known color: Wine Berry. HEX triplet: 5A, 34 and 3E. RGB value is (90,52,62). Sum of RGB (Red+Green+Blue) = 90+52+62=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A343E is #A5CBC1. Grayscale: #404040. Windows color (decimal): -10865602 or 4076634. OLE color: 4076634.

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

Color convert

RGB 90 52 62 -
CMYK 0 0.42 0.31 0.65
HSL 344.21º 0.27% 0.28% -
HSV(B) 344.21º 0.42% 0.35% -
XYZ 6.31 4.98 5.19 -
YUV 64.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 90 52 62 0 0.42 0.31 0.65 344.21 0.27 0.28
Hex 5A 34 3E 0 2A 1F 41 158 1B 1C
Octal 132 64 76 0 52 37 101 530 33 34
Binary 1011010 110100 111110 0 101010 11111 1000001 101011000 11011 11100

Color Harmonies of #5A343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A343E

Black with #5A343E

Text Example


Text Example

White with #5A343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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