#4E151D

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

Shades of Bordeaux #4E151D

Tints of Bordeaux #4E151D

Color information

#4E151D (or 0x4E151D) is unknown color: approx Bordeaux. HEX triplet: 4E, 15 and 1D. RGB value is (78,21,29). Sum of RGB (Red+Green+Blue) = 78+21+29=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E151D is #B1EAE2. Grayscale: #262626. Windows color (decimal): -11660003 or 1905998. OLE color: 1905998.

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

Color convert

RGB782129-
CMYK00.730.630.69
HSL351.58º57.58%19.41%-
HSV(B)351.58º73.08%30.59%-
XYZ3.632.241.4-
YUV38.96122.38155.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60.94%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=60.94%
G=16.41%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78212900.730.630.69351.5857.5819.41
Hex4E151D0493F451603a13
Octal11625350111771055407223
Binary1001110101011110101001001111111100010110110000011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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