Html Css Color HEX #4B3339 Wine Berry

📋 copy color: '#4B3339'

red 75 ◦ green 51 ◦ blue 57

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

Shades of Wine Berry #4B3339

Tints of Wine Berry #4B3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 57 (22.66% from 255) = 31.15%

R = 40.98%
G = 27.87%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4B3339 (or 0x4B3339) is known color: Wine Berry. HEX triplet: 4B, 33 and 39. RGB value is (75,51,57). Sum of RGB (Red+Green+Blue) = 75+51+57=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3339 is #B4CCC6. Grayscale: #3A3A3A. Windows color (decimal): -11848903 or 3748683. OLE color: 3748683.

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

Color convert

RGB 75 51 57 -
CMYK 0 0.32 0.24 0.71
HSL 345º 0.19% 0.25% -
HSV(B) 345º 0.32% 0.29% -
XYZ 4.82 4.16 4.42 -
YUV 58.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 75 51 57 0 0.32 0.24 0.71 345 0.19 0.25
Hex 4B 33 39 0 20 18 47 159 13 19
Octal 113 63 71 0 40 30 107 531 23 31
Binary 1001011 110011 111001 0 100000 11000 1000111 101011001 10011 11001

Color Harmonies of #4B3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3339

Black with #4B3339

Text Example


Text Example

White with #4B3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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