Html Css Color HEX #4B2F36 Wine Berry

📋 copy color: '#4B2F36'

red 75 ◦ green 47 ◦ blue 54

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

Shades of Wine Berry #4B2F36

Tints of Wine Berry #4B2F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.7%

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 42.61%
G = 26.7%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#4B2F36 (or 0x4B2F36) is known color: Wine Berry. HEX triplet: 4B, 2F and 36. RGB value is (75,47,54). Sum of RGB (Red+Green+Blue) = 75+47+54=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F36 is #B4D0C9. Grayscale: #383838. Windows color (decimal): -11849930 or 3551051. OLE color: 3551051.

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

Color convert

RGB 75 47 54 -
CMYK 0 0.37 0.28 0.71
HSL 345º 0.23% 0.24% -
HSV(B) 345º 0.37% 0.29% -
XYZ 4.58 3.8 3.98 -
YUV 56.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 75 47 54 0 0.37 0.28 0.71 345 0.23 0.24
Hex 4B 2F 36 0 25 1C 47 159 17 18
Octal 113 57 66 0 45 34 107 531 27 30
Binary 1001011 101111 110110 0 100101 11100 1000111 101011001 10111 11000

Color Harmonies of #4B2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F36

Black with #4B2F36

Text Example


Text Example

White with #4B2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,47,54); }

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

background-color css

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

 a { background-color: rgb(75,47,54); }

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

border-color css

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

 span { border-color: rgb(75,47,54); }

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