#4E1523

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

Shades of Bordeaux #4E1523

Tints of Bordeaux #4E1523

Color information

#4E1523 (or 0x4E1523) is unknown color: approx Bordeaux. HEX triplet: 4E, 15 and 23. RGB value is (78,21,35). Sum of RGB (Red+Green+Blue) = 78+21+35=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1523 is #B1EADC. Grayscale: #272727. Windows color (decimal): -11659997 or 2299214. OLE color: 2299214.

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

Color convert

RGB782135-
CMYK00.730.550.69
HSL345.26º57.58%19.41%-
HSV(B)345.26º73.08%30.59%-
XYZ3.712.281.83-
YUV39.64125.38155.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=58.21%
G=15.67%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78213500.730.550.69345.2657.5819.41
Hex4E152304937451593a13
Octal11625430111671055317223
Binary10011101010110001101001001110111100010110101100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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