Html Css Color HEX #4E212B Bordeaux

📋 copy color: '#4E212B'

red 78 ◦ green 33 ◦ blue 43

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

Shades of Bordeaux #4E212B

Tints of Bordeaux #4E212B

RGB

 RED value IS 78 (30.86% from 255) = 50.65%

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

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

R = 50.65%
G = 21.43%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E212B (or 0x4E212B) is known color: Bordeaux. HEX triplet: 4E, 21 and 2B. RGB value is (78,33,43). Sum of RGB (Red+Green+Blue) = 78+33+43=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E212B is #B1DED4. Grayscale: #2F2F2F. Windows color (decimal): -11656917 or 2826574. OLE color: 2826574.

HSL color Cylindrical-coordinate representation of color #4E212B: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E212B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 33 43 -
CMYK 0 0.58 0.45 0.69
HSL 346.67º 0.41% 0.22% -
HSV(B) 346.67º 0.58% 0.31% -
XYZ 4.12 2.88 2.62 -
YUV 47.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 78 33 43 0 0.58 0.45 0.69 346.67 0.41 0.22
Hex 4E 21 2B 0 3A 2D 45 15B 29 16
Octal 116 41 53 0 72 55 105 533 51 26
Binary 1001110 100001 101011 0 111010 101101 1000101 101011011 101001 10110

Color Harmonies of #4E212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E212B

Black with #4E212B

Text Example


Text Example

White with #4E212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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