Html Css Color HEX #4D363B Wine Berry

📋 copy color: '#4D363B'

red 77 ◦ green 54 ◦ blue 59

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

Shades of Wine Berry #4D363B

Tints of Wine Berry #4D363B

RGB

 RED value IS 77 (30.47% from 255) = 40.53%

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 40.53%
G = 28.42%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D363B (or 0x4D363B) is known color: Wine Berry. HEX triplet: 4D, 36 and 3B. RGB value is (77,54,59). Sum of RGB (Red+Green+Blue) = 77+54+59=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363B is #B2C9C4. Grayscale: #3D3D3D. Windows color (decimal): -11717061 or 3880525. OLE color: 3880525.

HSL color Cylindrical-coordinate representation of color #4D363B: hue angle of 346.96º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D363B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 54 59 -
CMYK 0 0.30 0.23 0.70
HSL 346.96º 0.18% 0.26% -
HSV(B) 346.96º 0.3% 0.3% -
XYZ 5.17 4.53 4.74 -
YUV 61.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 77 54 59 0 0.30 0.23 0.70 346.96 0.18 0.26
Hex 4D 36 3B 0 1E 17 46 15B 12 1A
Octal 115 66 73 0 36 27 106 533 22 32
Binary 1001101 110110 111011 0 11110 10111 1000110 101011011 10010 11010

Color Harmonies of #4D363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D363B

Black with #4D363B

Text Example


Text Example

White with #4D363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D363B; }

 p { color: rgb(77,54,59); }

 H1.HeaderClassName
 {
   color: #4D363B;
 }
 .AnyTagClassName
 {
   color: #4D363B;
 }
</style>

background-color css

<style>
 a { background-color: #4D363B; }

 a { background-color: rgb(77,54,59); }

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

border-color css

<style>
 span { border-color: #4D363B; }

 span { border-color: rgb(77,54,59); }

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