Html Css Color HEX #5B313B Wine Berry

📋 copy color: '#5B313B'

red 91 ◦ green 49 ◦ blue 59

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

Shades of Wine Berry #5B313B

Tints of Wine Berry #5B313B

RGB

 RED value IS 91 (35.94% from 255) = 45.73%

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

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 45.73%
G = 24.62%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5B313B (or 0x5B313B) is known color: Wine Berry. HEX triplet: 5B, 31 and 3B. RGB value is (91,49,59). Sum of RGB (Red+Green+Blue) = 91+49+59=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313B is #A4CEC4. Grayscale: #3E3E3E. Windows color (decimal): -10800837 or 3879259. OLE color: 3879259.

HSL color Cylindrical-coordinate representation of color #5B313B: hue angle of 345.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B313B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 49 59 -
CMYK 0 0.46 0.35 0.64
HSL 345.71º 0.3% 0.27% -
HSV(B) 345.71º 0.46% 0.36% -
XYZ 6.2 4.74 4.73 -
YUV 62.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 91 49 59 0 0.46 0.35 0.64 345.71 0.3 0.27
Hex 5B 31 3B 0 2E 23 40 15A 1E 1B
Octal 133 61 73 0 56 43 100 532 36 33
Binary 1011011 110001 111011 0 101110 100011 1000000 101011010 11110 11011

Color Harmonies of #5B313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B313B

Black with #5B313B

Text Example


Text Example

White with #5B313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,49,59); }

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

background-color css

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

 a { background-color: rgb(91,49,59); }

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

border-color css

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

 span { border-color: rgb(91,49,59); }

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