#4E212B

Color #4E212B Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4E212B

Tints of Bordeaux #4E212B

Color information

#4E212B (or 0x4E212B) is unknown color: approx 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

RGB783343-
CMYK00.580.450.69
HSL346.67º40.54%21.76%-
HSV(B)346.67º57.69%30.59%-
XYZ4.122.882.62-
YUV47.6125.41149.69-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78334300.580.450.69346.6740.5421.76
Hex4E212B03A2D4515b2916
Octal1164153072551055335126
Binary10011101000011010110111010101101100010110101101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>