Html Css Color HEX #4F343D Wine Berry

📋 copy color: '#4F343D'

red 79 ◦ green 52 ◦ blue 61

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

Shades of Wine Berry #4F343D

Tints of Wine Berry #4F343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 41.15%
G = 27.08%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4F343D (or 0x4F343D) is known color: Wine Berry. HEX triplet: 4F, 34 and 3D. RGB value is (79,52,61). Sum of RGB (Red+Green+Blue) = 79+52+61=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F343D is #B0CBC2. Grayscale: #3D3D3D. Windows color (decimal): -11586499 or 4011087. OLE color: 4011087.

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

Color convert

RGB 79 52 61 -
CMYK 0 0.34 0.23 0.69
HSL 340º 0.21% 0.26% -
HSV(B) 340º 0.34% 0.31% -
XYZ 5.29 4.46 5 -
YUV 61.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 79 52 61 0 0.34 0.23 0.69 340 0.21 0.26
Hex 4F 34 3D 0 22 17 45 154 15 1A
Octal 117 64 75 0 42 27 105 524 25 32
Binary 1001111 110100 111101 0 100010 10111 1000101 101010100 10101 11010

Color Harmonies of #4F343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F343D

Black with #4F343D

Text Example


Text Example

White with #4F343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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