Html Css Color HEX #5B353D Wine Berry

📋 copy color: '#5B353D'

red 91 ◦ green 53 ◦ blue 61

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

Shades of Wine Berry #5B353D

Tints of Wine Berry #5B353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 44.39%
G = 25.85%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B353D (or 0x5B353D) is known color: Wine Berry. HEX triplet: 5B, 35 and 3D. RGB value is (91,53,61). Sum of RGB (Red+Green+Blue) = 91+53+61=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B353D is #A4CAC2. Grayscale: #414141. Windows color (decimal): -10799811 or 4011355. OLE color: 4011355.

HSL color Cylindrical-coordinate representation of color #5B353D: hue angle of 347.37º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B353D is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 53 61 -
CMYK 0 0.42 0.33 0.64
HSL 347.37º 0.26% 0.28% -
HSV(B) 347.37º 0.42% 0.36% -
XYZ 6.43 5.11 5.06 -
YUV 65.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 91 53 61 0 0.42 0.33 0.64 347.37 0.26 0.28
Hex 5B 35 3D 0 2A 21 40 15B 1A 1C
Octal 133 65 75 0 52 41 100 533 32 34
Binary 1011011 110101 111101 0 101010 100001 1000000 101011011 11010 11100

Color Harmonies of #5B353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B353D

Black with #5B353D

Text Example


Text Example

White with #5B353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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