Html Css Color HEX #5B313D Wine Berry

📋 copy color: '#5B313D'

red 91 ◦ green 49 ◦ blue 61

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

Shades of Wine Berry #5B313D

Tints of Wine Berry #5B313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 45.27%
G = 24.38%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B313D (or 0x5B313D) is known color: Wine Berry. HEX triplet: 5B, 31 and 3D. RGB value is (91,49,61). Sum of RGB (Red+Green+Blue) = 91+49+61=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313D is #A4CEC2. Grayscale: #3E3E3E. Windows color (decimal): -10800835 or 4010331. OLE color: 4010331.

HSL color Cylindrical-coordinate representation of color #5B313D: hue angle of 342.86º 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 #5B313D is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 49 61 -
CMYK 0 0.46 0.33 0.64
HSL 342.86º 0.3% 0.27% -
HSV(B) 342.86º 0.46% 0.36% -
XYZ 6.26 4.76 5 -
YUV 62.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 91 49 61 0 0.46 0.33 0.64 342.86 0.3 0.27
Hex 5B 31 3D 0 2E 21 40 157 1E 1B
Octal 133 61 75 0 56 41 100 527 36 33
Binary 1011011 110001 111101 0 101110 100001 1000000 101010111 11110 11011

Color Harmonies of #5B313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B313D

Black with #5B313D

Text Example


Text Example

White with #5B313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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