#4E1528

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

Shades of Bordeaux #4E1528

Tints of Bordeaux #4E1528

Color information

#4E1528 (or 0x4E1528) is unknown color: approx Bordeaux. HEX triplet: 4E, 15 and 28. RGB value is (78,21,40). Sum of RGB (Red+Green+Blue) = 78+21+40=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1528 is #B1EAD7. Grayscale: #282828. Windows color (decimal): -11659992 or 2626894. OLE color: 2626894.

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

Color convert

RGB782140-
CMYK00.730.490.69
HSL340º57.58%19.41%-
HSV(B)340º73.08%30.59%-
XYZ3.792.312.25-
YUV40.21127.88154.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.12%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=56.12%
G=15.11%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78214000.730.490.6934057.5819.41
Hex4E152804931451543a13
Octal11625500111611055247223
Binary10011101010110100001001001110001100010110101010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,21,40); }

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

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

 a { background-color: rgb(78,21,40); }

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

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

 span { border-color: rgb(78,21,40); }

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