#4E1124

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

Shades of Bordeaux #4E1124

Tints of Bordeaux #4E1124

Color information

#4E1124 (or 0x4E1124) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 24. RGB value is (78,17,36). Sum of RGB (Red+Green+Blue) = 78+17+36=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1124 is #B1EEDB. Grayscale: #252525. Windows color (decimal): -11661020 or 2363726. OLE color: 2363726.

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

Color convert

RGB781736-
CMYK00.780.540.69
HSL341.31º64.21%18.63%-
HSV(B)341.31º78.21%30.59%-
XYZ3.662.151.89-
YUV37.4127.21156.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.54%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=59.54%
G=12.98%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78173600.780.540.69341.3164.2118.63
Hex4E112404E36451554013
Octal116214401166610552510023
Binary100111010001100100010011101101101000101101010101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,36); }

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

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

 a { background-color: rgb(78,17,36); }

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

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

 span { border-color: rgb(78,17,36); }

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