#4E1819

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

Shades of Bordeaux #4E1819

Tints of Bordeaux #4E1819

Color information

#4E1819 (or 0x4E1819) is unknown color: approx Bordeaux. HEX triplet: 4E, 18 and 19. RGB value is (78,24,25). Sum of RGB (Red+Green+Blue) = 78+24+25=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1819 is #B1E7E6. Grayscale: #282828. Windows color (decimal): -11659239 or 1644622. OLE color: 1644622.

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

Color convert

RGB782425-
CMYK00.690.680.69
HSL358.89º52.94%20%-
HSV(B)358.89º69.23%30.59%-
XYZ3.642.341.18-
YUV40.26119.39154.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=61.42%
G=18.90%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78242500.690.680.69358.8952.9420
Hex4E181904544451673514
Octal116303101051041055476524
Binary10011101100011001010001011000100100010110110011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,25); }

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

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

 a { background-color: rgb(78,24,25); }

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

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

 span { border-color: rgb(78,24,25); }

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