#4B2C35

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

Shades of Wine Berry #4B2C35

Tints of Wine Berry #4B2C35

Color information

#4B2C35 (or 0x4B2C35) is unknown color: approx Wine Berry. HEX triplet: 4B, 2C and 35. RGB value is (75,44,53). Sum of RGB (Red+Green+Blue) = 75+44+53=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C35 is #B4D3CA. Grayscale: #363636. Windows color (decimal): -11850699 or 3484747. OLE color: 3484747.

HSL color Cylindrical-coordinate representation of color #4B2C35: hue angle of 342.58º 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 #4B2C35 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB754453-
CMYK00.410.290.71
HSL342.58º26.05%23.33%-
HSV(B)342.58º41.33%29.41%-
XYZ4.443.553.82-
YUV54.3127.27142.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=43.60%
G=25.58%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75445300.410.290.71342.5826.0523.33
Hex4B2C350291D471571a17
Octal1135465051351075273227
Binary100101110110011010101010011110110001111010101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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