#4F2C33

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

Shades of Wine Berry #4F2C33

Tints of Wine Berry #4F2C33

Color information

#4F2C33 (or 0x4F2C33) is unknown color: approx Wine Berry. HEX triplet: 4F, 2C and 33. RGB value is (79,44,51). Sum of RGB (Red+Green+Blue) = 79+44+51=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C33 is #B0D3CC. Grayscale: #373737. Windows color (decimal): -11588557 or 3353679. OLE color: 3353679.

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

Color convert

RGB794451-
CMYK00.440.350.69
HSL348º28.46%24.12%-
HSV(B)348º44.3%30.98%-
XYZ4.723.73.6-
YUV55.26125.6144.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=45.40%
G=25.29%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79445100.440.350.6934828.4624.12
Hex4F2C3302C234515c1c18
Octal1175463054431055343430
Binary1001111101100110011010110010001110001011010111001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2C33;
 }
 .AnyTagClassName
 {
   color: #4F2C33;
 }
</style>
background-color css

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

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

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

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

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

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