#4E212C

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

Shades of Bordeaux #4E212C

Tints of Bordeaux #4E212C

Color information

#4E212C (or 0x4E212C) is unknown color: approx Bordeaux. HEX triplet: 4E, 21 and 2C. RGB value is (78,33,44). Sum of RGB (Red+Green+Blue) = 78+33+44=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E212C is #B1DED3. Grayscale: #2F2F2F. Windows color (decimal): -11656916 or 2892110. OLE color: 2892110.

HSL color Cylindrical-coordinate representation of color #4E212C: hue angle of 345.33º 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 #4E212C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB783344-
CMYK00.580.440.69
HSL345.33º40.54%21.76%-
HSV(B)345.33º57.69%30.59%-
XYZ4.142.892.72-
YUV47.71125.91149.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=50.32%
G=21.29%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78334400.580.440.69345.3340.5421.76
Hex4E212C03A2C451592916
Octal1164154072541055315126
Binary10011101000011011000111010101100100010110101100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E212C;
 }
 .AnyTagClassName
 {
   color: #4E212C;
 }
</style>
background-color css

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

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

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

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

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

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