Html Css Color HEX #4B2C35 Wine Berry

📋 copy color: '#4B2C35'

red 75 ◦ green 44 ◦ blue 53

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

Shades of Wine Berry #4B2C35

Tints of Wine Berry #4B2C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 43.6%
G = 25.58%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2C35 (or 0x4B2C35) is known color: 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

RGB 75 44 53 -
CMYK 0 0.41 0.29 0.71
HSL 342.58º 0.26% 0.23% -
HSV(B) 342.58º 0.41% 0.29% -
XYZ 4.44 3.55 3.82 -
YUV 54.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 75 44 53 0 0.41 0.29 0.71 342.58 0.26 0.23
Hex 4B 2C 35 0 29 1D 47 157 1A 17
Octal 113 54 65 0 51 35 107 527 32 27
Binary 1001011 101100 110101 0 101001 11101 1000111 101010111 11010 10111

Color Harmonies of #4B2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C35

Black with #4B2C35

Text Example


Text Example

White with #4B2C35

Text Example


Text Example

HTML Codes & Css Web 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>