Html Css Color HEX #4B2C33 Wine Berry

📋 copy color: '#4B2C33'

red 75 ◦ green 44 ◦ blue 51

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

Shades of Wine Berry #4B2C33

Tints of Wine Berry #4B2C33

RGB

 RED value IS 75 (29.69% from 255) = 44.12%

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 51 (20.31% from 255) = 30%

R = 44.12%
G = 25.88%
B = 30%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4B2C33 (or 0x4B2C33) is known color: Wine Berry. HEX triplet: 4B, 2C and 33. RGB value is (75,44,51). Sum of RGB (Red+Green+Blue) = 75+44+51=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C33 is #B4D3CC. Grayscale: #363636. Windows color (decimal): -11850701 or 3353675. OLE color: 3353675.

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

Color convert

RGB 75 44 51 -
CMYK 0 0.41 0.32 0.71
HSL 346.45º 0.26% 0.23% -
HSV(B) 346.45º 0.41% 0.29% -
XYZ 4.4 3.54 3.58 -
YUV 54.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 75 44 51 0 0.41 0.32 0.71 346.45 0.26 0.23
Hex 4B 2C 33 0 29 20 47 15A 1A 17
Octal 113 54 63 0 51 40 107 532 32 27
Binary 1001011 101100 110011 0 101001 100000 1000111 101011010 11010 10111

Color Harmonies of #4B2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C33

Black with #4B2C33

Text Example


Text Example

White with #4B2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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