#4F3038

Color #4F3038 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #4F3038

Tints of Wine Berry #4F3038

Color information

#4F3038 (or 0x4F3038) is unknown color: approx 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

RGB794856-
CMYK00.390.290.69
HSL344.52º24.41%24.9%-
HSV(B)344.52º39.24%30.98%-
XYZ54.064.26-
YUV58.18126.77142.85-

RGB Variations

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

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.60%
R=43.17%
G=26.23%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79485600.390.290.69344.5224.4124.9
Hex4F30380271D451591819
Octal1176070047351055313031
Binary100111111000011100001001111110110001011010110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>