Html Css Color HEX #4B2A32 Wine Berry

📋 copy color: '#4B2A32'

red 75 ◦ green 42 ◦ blue 50

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

Shades of Wine Berry #4B2A32

Tints of Wine Berry #4B2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.15%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 44.91%
G = 25.15%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#4B2A32 (or 0x4B2A32) is known color: Wine Berry. HEX triplet: 4B, 2A and 32. RGB value is (75,42,50). Sum of RGB (Red+Green+Blue) = 75+42+50=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A32 is #B4D5CD. Grayscale: #343434. Windows color (decimal): -11851214 or 3287627. OLE color: 3287627.

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

Color convert

RGB 75 42 50 -
CMYK 0 0.44 0.33 0.71
HSL 345.45º 0.28% 0.23% -
HSV(B) 345.45º 0.44% 0.29% -
XYZ 4.31 3.38 3.44 -
YUV 52.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 75 42 50 0 0.44 0.33 0.71 345.45 0.28 0.23
Hex 4B 2A 32 0 2C 21 47 159 1C 17
Octal 113 52 62 0 54 41 107 531 34 27
Binary 1001011 101010 110010 0 101100 100001 1000111 101011001 11100 10111

Color Harmonies of #4B2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2A32

Black with #4B2A32

Text Example


Text Example

White with #4B2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,42,50); }

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

background-color css

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

 a { background-color: rgb(75,42,50); }

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

border-color css

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

 span { border-color: rgb(75,42,50); }

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