Html Css Color HEX #4B2E38 Wine Berry

📋 copy color: '#4B2E38'

red 75 ◦ green 46 ◦ blue 56

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

Shades of Wine Berry #4B2E38

Tints of Wine Berry #4B2E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 42.37%
G = 25.99%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#4B2E38 (or 0x4B2E38) is known color: Wine Berry. HEX triplet: 4B, 2E and 38. RGB value is (75,46,56). Sum of RGB (Red+Green+Blue) = 75+46+56=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E38 is #B4D1C7. Grayscale: #373737. Windows color (decimal): -11850184 or 3681867. OLE color: 3681867.

HSL color Cylindrical-coordinate representation of color #4B2E38: hue angle of 339.31º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B2E38 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 46 56 -
CMYK 0 0.39 0.25 0.71
HSL 339.31º 0.24% 0.24% -
HSV(B) 339.31º 0.39% 0.29% -
XYZ 4.59 3.74 4.22 -
YUV 55.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 75 46 56 0 0.39 0.25 0.71 339.31 0.24 0.24
Hex 4B 2E 38 0 27 19 47 153 18 18
Octal 113 56 70 0 47 31 107 523 30 30
Binary 1001011 101110 111000 0 100111 11001 1000111 101010011 11000 11000

Color Harmonies of #4B2E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2E38

Black with #4B2E38

Text Example


Text Example

White with #4B2E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,46,56); }

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

background-color css

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

 a { background-color: rgb(75,46,56); }

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

border-color css

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

 span { border-color: rgb(75,46,56); }

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