Html Css Color HEX #5B303E Wine Berry

📋 copy color: '#5B303E'

red 91 ◦ green 48 ◦ blue 62

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

Shades of Wine Berry #5B303E

Tints of Wine Berry #5B303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 45.27%
G = 23.88%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5B303E (or 0x5B303E) is known color: Wine Berry. HEX triplet: 5B, 30 and 3E. RGB value is (91,48,62). Sum of RGB (Red+Green+Blue) = 91+48+62=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B303E is #A4CFC1. Grayscale: #3E3E3E. Windows color (decimal): -10801090 or 4075611. OLE color: 4075611.

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

Color convert

RGB 91 48 62 -
CMYK 0 0.47 0.32 0.64
HSL 340.47º 0.31% 0.27% -
HSV(B) 340.47º 0.47% 0.36% -
XYZ 6.24 4.69 5.13 -
YUV 62.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 91 48 62 0 0.47 0.32 0.64 340.47 0.31 0.27
Hex 5B 30 3E 0 2F 20 40 154 1F 1B
Octal 133 60 76 0 57 40 100 524 37 33
Binary 1011011 110000 111110 0 101111 100000 1000000 101010100 11111 11011

Color Harmonies of #5B303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B303E

Black with #5B303E

Text Example


Text Example

White with #5B303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,48,62); }

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

background-color css

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

 a { background-color: rgb(91,48,62); }

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

border-color css

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

 span { border-color: rgb(91,48,62); }

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