Html Css Color HEX #4B3238 Wine Berry

📋 copy color: '#4B3238'

red 75 ◦ green 50 ◦ blue 56

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

Shades of Wine Berry #4B3238

Tints of Wine Berry #4B3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 41.44%
G = 27.62%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#4B3238 (or 0x4B3238) is known color: Wine Berry. HEX triplet: 4B, 32 and 38. RGB value is (75,50,56). Sum of RGB (Red+Green+Blue) = 75+50+56=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3238 is #B4CDC7. Grayscale: #3A3A3A. Windows color (decimal): -11849160 or 3682891. OLE color: 3682891.

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

Color convert

RGB 75 50 56 -
CMYK 0 0.33 0.25 0.71
HSL 345.6º 0.2% 0.25% -
HSV(B) 345.6º 0.33% 0.29% -
XYZ 4.76 4.06 4.27 -
YUV 58.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 75 50 56 0 0.33 0.25 0.71 345.6 0.2 0.25
Hex 4B 32 38 0 21 19 47 15A 14 19
Octal 113 62 70 0 41 31 107 532 24 31
Binary 1001011 110010 111000 0 100001 11001 1000111 101011010 10100 11001

Color Harmonies of #4B3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3238

Black with #4B3238

Text Example


Text Example

White with #4B3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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