#4E1A1D

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

Shades of Bordeaux #4E1A1D

Tints of Bordeaux #4E1A1D

Color information

#4E1A1D (or 0x4E1A1D) is unknown color: approx Bordeaux. HEX triplet: 4E, 1A and 1D. RGB value is (78,26,29). Sum of RGB (Red+Green+Blue) = 78+26+29=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A1D is #B1E5E2. Grayscale: #292929. Windows color (decimal): -11658723 or 1907278. OLE color: 1907278.

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

Color convert

RGB782629-
CMYK00.670.630.69
HSL356.54º50%20.39%-
HSV(B)356.54º66.67%30.59%-
XYZ3.732.451.44-
YUV41.89120.73153.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=58.65%
G=19.55%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78262900.670.630.69356.545020.39
Hex4E1A1D0433F451653214
Octal11632350103771055456224
Binary1001110110101110101000011111111100010110110010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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