Html Css Color HEX #4D212B Bordeaux

📋 copy color: '#4D212B'

red 77 ◦ green 33 ◦ blue 43

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

Shades of Bordeaux #4D212B

Tints of Bordeaux #4D212B

RGB

 RED value IS 77 (30.47% from 255) = 50.33%

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 50.33%
G = 21.57%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D212B (or 0x4D212B) is known color: Bordeaux. HEX triplet: 4D, 21 and 2B. RGB value is (77,33,43). Sum of RGB (Red+Green+Blue) = 77+33+43=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212B is #B2DED4. Grayscale: #2F2F2F. Windows color (decimal): -11722453 or 2826573. OLE color: 2826573.

HSL color Cylindrical-coordinate representation of color #4D212B: hue angle of 346.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D212B is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 33 43 -
CMYK 0 0.57 0.44 0.70
HSL 346.36º 0.4% 0.22% -
HSV(B) 346.36º 0.57% 0.3% -
XYZ 4.04 2.84 2.62 -
YUV 47.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 77 33 43 0 0.57 0.44 0.70 346.36 0.4 0.22
Hex 4D 21 2B 0 39 2C 46 15A 28 16
Octal 115 41 53 0 71 54 106 532 50 26
Binary 1001101 100001 101011 0 111001 101100 1000110 101011010 101000 10110

Color Harmonies of #4D212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D212B

Black with #4D212B

Text Example


Text Example

White with #4D212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,43); }

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

background-color css

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

 a { background-color: rgb(77,33,43); }

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

border-color css

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

 span { border-color: rgb(77,33,43); }

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