#4E141E

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

Shades of Bordeaux #4E141E

Tints of Bordeaux #4E141E

Color information

#4E141E (or 0x4E141E) is unknown color: approx Bordeaux. HEX triplet: 4E, 14 and 1E. RGB value is (78,20,30). Sum of RGB (Red+Green+Blue) = 78+20+30=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E141E is #B1EBE1. Grayscale: #262626. Windows color (decimal): -11660258 or 1971278. OLE color: 1971278.

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

Color convert

RGB782030-
CMYK00.740.620.69
HSL349.66º59.18%19.22%-
HSV(B)349.66º74.36%30.59%-
XYZ3.632.211.46-
YUV38.48123.22156.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60.94%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=60.94%
G=15.62%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78203000.740.620.69349.6659.1819.22
Hex4E141E04A3E4515e3b13
Octal11624360112761055367323
Binary1001110101001111001001010111110100010110101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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