Html Css Color HEX #4F363D Wine Berry

📋 copy color: '#4F363D'

red 79 ◦ green 54 ◦ blue 61

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

Shades of Wine Berry #4F363D

Tints of Wine Berry #4F363D

RGB

 RED value IS 79 (31.25% from 255) = 40.72%

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

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

R = 40.72%
G = 27.84%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4F363D (or 0x4F363D) is known color: Wine Berry. HEX triplet: 4F, 36 and 3D. RGB value is (79,54,61). Sum of RGB (Red+Green+Blue) = 79+54+61=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F363D is #B0C9C2. Grayscale: #3E3E3E. Windows color (decimal): -11585987 or 4011599. OLE color: 4011599.

HSL color Cylindrical-coordinate representation of color #4F363D: hue angle of 343.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F363D is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 54 61 -
CMYK 0 0.32 0.23 0.69
HSL 343.2º 0.19% 0.26% -
HSV(B) 343.2º 0.32% 0.31% -
XYZ 5.39 4.64 5.03 -
YUV 62.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 79 54 61 0 0.32 0.23 0.69 343.2 0.19 0.26
Hex 4F 36 3D 0 20 17 45 157 13 1A
Octal 117 66 75 0 40 27 105 527 23 32
Binary 1001111 110110 111101 0 100000 10111 1000101 101010111 10011 11010

Color Harmonies of #4F363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F363D

Black with #4F363D

Text Example


Text Example

White with #4F363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,61); }

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

background-color css

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

 a { background-color: rgb(79,54,61); }

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

border-color css

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

 span { border-color: rgb(79,54,61); }

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