#4E1A1E

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

Shades of Bordeaux #4E1A1E

Tints of Bordeaux #4E1A1E

Color information

#4E1A1E (or 0x4E1A1E) is unknown color: approx Bordeaux. HEX triplet: 4E, 1A and 1E. RGB value is (78,26,30). Sum of RGB (Red+Green+Blue) = 78+26+30=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A1E is #B1E5E1. Grayscale: #2A2A2A. Windows color (decimal): -11658722 or 1972814. OLE color: 1972814.

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

Color convert

RGB782630-
CMYK00.670.620.69
HSL355.38º50%20.39%-
HSV(B)355.38º66.67%30.59%-
XYZ3.752.451.5-
YUV42121.23153.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=58.21%
G=19.40%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78263000.670.620.69355.385020.39
Hex4E1A1E0433E451633214
Octal11632360103761055436224
Binary1001110110101111001000011111110100010110110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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