#4B2C36

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

Shades of Wine Berry #4B2C36

Tints of Wine Berry #4B2C36

Color information

#4B2C36 (or 0x4B2C36) is unknown color: approx Wine Berry. HEX triplet: 4B, 2C and 36. RGB value is (75,44,54). Sum of RGB (Red+Green+Blue) = 75+44+54=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C36 is #B4D3C9. Grayscale: #363636. Windows color (decimal): -11850698 or 3550283. OLE color: 3550283.

HSL color Cylindrical-coordinate representation of color #4B2C36: hue angle of 340.65º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B2C36 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB754454-
CMYK00.410.280.71
HSL340.65º26.05%23.33%-
HSV(B)340.65º41.33%29.41%-
XYZ4.473.563.94-
YUV54.41127.77142.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=43.35%
G=25.43%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75445400.410.280.71340.6526.0523.33
Hex4B2C360291C471551a17
Octal1135466051341075253227
Binary100101110110011011001010011110010001111010101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,44,54); }

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

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

 a { background-color: rgb(75,44,54); }

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

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

 span { border-color: rgb(75,44,54); }

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