Html Css Color HEX #5A3A3F Wine Berry

📋 copy color: '#5A3A3F'

red 90 ◦ green 58 ◦ blue 63

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

Shades of Wine Berry #5A3A3F

Tints of Wine Berry #5A3A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.49%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 42.65%
G = 27.49%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A3A3F (or 0x5A3A3F) is known color: Wine Berry. HEX triplet: 5A, 3A and 3F. RGB value is (90,58,63). Sum of RGB (Red+Green+Blue) = 90+58+63=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A3F is #A5C5C0. Grayscale: #444444. Windows color (decimal): -10864065 or 4143706. OLE color: 4143706.

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

Color convert

RGB 90 58 63 -
CMYK 0 0.36 0.30 0.65
HSL 350.63º 0.22% 0.29% -
HSV(B) 350.63º 0.36% 0.35% -
XYZ 6.63 5.56 5.43 -
YUV 68.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 90 58 63 0 0.36 0.30 0.65 350.63 0.22 0.29
Hex 5A 3A 3F 0 24 1E 41 15F 16 1D
Octal 132 72 77 0 44 36 101 537 26 35
Binary 1011010 111010 111111 0 100100 11110 1000001 101011111 10110 11101

Color Harmonies of #5A3A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3A3F

Black with #5A3A3F

Text Example


Text Example

White with #5A3A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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