#4E141D

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

Shades of Bordeaux #4E141D

Tints of Bordeaux #4E141D

Color information

#4E141D (or 0x4E141D) is unknown color: approx Bordeaux. HEX triplet: 4E, 14 and 1D. RGB value is (78,20,29). Sum of RGB (Red+Green+Blue) = 78+20+29=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E141D is #B1EBE2. Grayscale: #262626. Windows color (decimal): -11660259 or 1905742. OLE color: 1905742.

HSL color Cylindrical-coordinate representation of color #4E141D: hue angle of 350.69º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E141D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB782029-
CMYK00.740.630.69
HSL350.69º59.18%19.22%-
HSV(B)350.69º74.36%30.59%-
XYZ3.612.211.4-
YUV38.37122.72156.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=61.42%
G=15.75%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78202900.740.630.69350.6959.1819.22
Hex4E141D04A3F4515f3b13
Octal11624350112771055377323
Binary1001110101001110101001010111111100010110101111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,20,29); }

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

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

 a { background-color: rgb(78,20,29); }

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

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

 span { border-color: rgb(78,20,29); }

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