Html Css Color HEX #4F3038 Wine Berry

📋 copy color: '#4F3038'

red 79 ◦ green 48 ◦ blue 56

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

Shades of Wine Berry #4F3038

Tints of Wine Berry #4F3038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.6%

R = 43.17%
G = 26.23%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#4F3038 (or 0x4F3038) is known color: Wine Berry. HEX triplet: 4F, 30 and 38. RGB value is (79,48,56). Sum of RGB (Red+Green+Blue) = 79+48+56=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3038 is #B0CFC7. Grayscale: #3A3A3A. Windows color (decimal): -11587528 or 3682383. OLE color: 3682383.

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

Color convert

RGB 79 48 56 -
CMYK 0 0.39 0.29 0.69
HSL 344.52º 0.24% 0.25% -
HSV(B) 344.52º 0.39% 0.31% -
XYZ 5 4.06 4.26 -
YUV 58.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 79 48 56 0 0.39 0.29 0.69 344.52 0.24 0.25
Hex 4F 30 38 0 27 1D 45 159 18 19
Octal 117 60 70 0 47 35 105 531 30 31
Binary 1001111 110000 111000 0 100111 11101 1000101 101011001 11000 11001

Color Harmonies of #4F3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3038

Black with #4F3038

Text Example


Text Example

White with #4F3038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,48,56); }

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

background-color css

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

 a { background-color: rgb(79,48,56); }

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

border-color css

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

 span { border-color: rgb(79,48,56); }

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