Html Css Color HEX #4B353A Wine Berry

📋 copy color: '#4B353A'

red 75 ◦ green 53 ◦ blue 58

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

Shades of Wine Berry #4B353A

Tints of Wine Berry #4B353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

 BLUE value IS 58 (23.05% from 255) = 31.18%

R = 40.32%
G = 28.49%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B353A (or 0x4B353A) is known color: Wine Berry. HEX triplet: 4B, 35 and 3A. RGB value is (75,53,58). Sum of RGB (Red+Green+Blue) = 75+53+58=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B353A is #B4CAC5. Grayscale: #3C3C3C. Windows color (decimal): -11848390 or 3814731. OLE color: 3814731.

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

Color convert

RGB 75 53 58 -
CMYK 0 0.29 0.23 0.71
HSL 346.36º 0.17% 0.25% -
HSV(B) 346.36º 0.29% 0.29% -
XYZ 4.94 4.35 4.58 -
YUV 60.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 75 53 58 0 0.29 0.23 0.71 346.36 0.17 0.25
Hex 4B 35 3A 0 1D 17 47 15A 11 19
Octal 113 65 72 0 35 27 107 532 21 31
Binary 1001011 110101 111010 0 11101 10111 1000111 101011010 10001 11001

Color Harmonies of #4B353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B353A

Black with #4B353A

Text Example


Text Example

White with #4B353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,58); }

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

background-color css

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

 a { background-color: rgb(75,53,58); }

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

border-color css

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

 span { border-color: rgb(75,53,58); }

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