Html Css Color HEX #5A343A Wine Berry

📋 copy color: '#5A343A'

red 90 ◦ green 52 ◦ blue 58

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

Shades of Wine Berry #5A343A

Tints of Wine Berry #5A343A

RGB

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

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

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

R = 45%
G = 26%
B = 29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A343A (or 0x5A343A) is known color: Wine Berry. HEX triplet: 5A, 34 and 3A. RGB value is (90,52,58). Sum of RGB (Red+Green+Blue) = 90+52+58=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A343A is #A5CBC5. Grayscale: #404040. Windows color (decimal): -10865606 or 3814490. OLE color: 3814490.

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

Color convert

RGB 90 52 58 -
CMYK 0 0.42 0.36 0.65
HSL 350.53º 0.27% 0.28% -
HSV(B) 350.53º 0.42% 0.35% -
XYZ 6.21 4.94 4.63 -
YUV 64.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 90 52 58 0 0.42 0.36 0.65 350.53 0.27 0.28
Hex 5A 34 3A 0 2A 24 41 15F 1B 1C
Octal 132 64 72 0 52 44 101 537 33 34
Binary 1011010 110100 111010 0 101010 100100 1000001 101011111 11011 11100

Color Harmonies of #5A343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A343A

Black with #5A343A

Text Example


Text Example

White with #5A343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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