Html Css Color HEX #4B373D Wine Berry

📋 copy color: '#4B373D'

red 75 ◦ green 55 ◦ blue 61

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

Shades of Wine Berry #4B373D

Tints of Wine Berry #4B373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 39.27%
G = 28.8%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B373D (or 0x4B373D) is known color: Wine Berry. HEX triplet: 4B, 37 and 3D. RGB value is (75,55,61). Sum of RGB (Red+Green+Blue) = 75+55+61=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B373D is #B4C8C2. Grayscale: #3D3D3D. Windows color (decimal): -11847875 or 4011851. OLE color: 4011851.

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

Color convert

RGB 75 55 61 -
CMYK 0 0.27 0.19 0.71
HSL 342º 0.15% 0.25% -
HSV(B) 342º 0.27% 0.29% -
XYZ 5.11 4.57 5.03 -
YUV 61.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 75 55 61 0 0.27 0.19 0.71 342 0.15 0.25
Hex 4B 37 3D 0 1B 13 47 156 F 19
Octal 113 67 75 0 33 23 107 526 17 31
Binary 1001011 110111 111101 0 11011 10011 1000111 101010110 1111 11001

Color Harmonies of #4B373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B373D

Black with #4B373D

Text Example


Text Example

White with #4B373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,55,61); }

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

background-color css

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

 a { background-color: rgb(75,55,61); }

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

border-color css

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

 span { border-color: rgb(75,55,61); }

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