Html Css Color HEX #4F333C Wine Berry

📋 copy color: '#4F333C'

red 79 ◦ green 51 ◦ blue 60

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

Shades of Wine Berry #4F333C

Tints of Wine Berry #4F333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 41.58%
G = 26.84%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4F333C (or 0x4F333C) is known color: Wine Berry. HEX triplet: 4F, 33 and 3C. RGB value is (79,51,60). Sum of RGB (Red+Green+Blue) = 79+51+60=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F333C is #B0CCC3. Grayscale: #3C3C3C. Windows color (decimal): -11586756 or 3945295. OLE color: 3945295.

HSL color Cylindrical-coordinate representation of color #4F333C: hue angle of 340.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F333C is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 51 60 -
CMYK 0 0.35 0.24 0.69
HSL 340.71º 0.22% 0.25% -
HSV(B) 340.71º 0.35% 0.31% -
XYZ 5.22 4.36 4.84 -
YUV 60.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 79 51 60 0 0.35 0.24 0.69 340.71 0.22 0.25
Hex 4F 33 3C 0 23 18 45 155 16 19
Octal 117 63 74 0 43 30 105 525 26 31
Binary 1001111 110011 111100 0 100011 11000 1000101 101010101 10110 11001

Color Harmonies of #4F333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F333C

Black with #4F333C

Text Example


Text Example

White with #4F333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,51,60); }

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

background-color css

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

 a { background-color: rgb(79,51,60); }

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

border-color css

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

 span { border-color: rgb(79,51,60); }

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