#4E1226

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

Shades of Bordeaux #4E1226

Tints of Bordeaux #4E1226

Color information

#4E1226 (or 0x4E1226) is unknown color: approx Bordeaux. HEX triplet: 4E, 12 and 26. RGB value is (78,18,38). Sum of RGB (Red+Green+Blue) = 78+18+38=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1226 is #B1EDD9. Grayscale: #262626. Windows color (decimal): -11660762 or 2495054. OLE color: 2495054.

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

Color convert

RGB781838-
CMYK00.770.510.69
HSL340º62.5%18.82%-
HSV(B)340º76.92%30.59%-
XYZ3.712.192.06-
YUV38.22127.88156.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=58.21%
G=13.43%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78183800.770.510.6934062.518.82
Hex4E122604D33451543e13
Octal11622460115631055247623
Binary10011101001010011001001101110011100010110101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,18,38); }

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

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

 a { background-color: rgb(78,18,38); }

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

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

 span { border-color: rgb(78,18,38); }

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