#4E151A

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

Shades of Bordeaux #4E151A

Tints of Bordeaux #4E151A

Color information

#4E151A (or 0x4E151A) is unknown color: approx Bordeaux. HEX triplet: 4E, 15 and 1A. RGB value is (78,21,26). Sum of RGB (Red+Green+Blue) = 78+21+26=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E151A is #B1EAE5. Grayscale: #262626. Windows color (decimal): -11660006 or 1709390. OLE color: 1709390.

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

Color convert

RGB782126-
CMYK00.730.670.69
HSL354.74º57.58%19.41%-
HSV(B)354.74º73.08%30.59%-
XYZ3.62.231.22-
YUV38.61120.88156.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.4%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=62.4%
G=16.8%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78212600.730.670.69354.7457.5819.41
Hex4E151A04943451633a13
Octal116253201111031055437223
Binary10011101010111010010010011000011100010110110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,21,26); }

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

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

 a { background-color: rgb(78,21,26); }

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

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

 span { border-color: rgb(78,21,26); }

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