#4E1326

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

Shades of Bordeaux #4E1326

Tints of Bordeaux #4E1326

Color information

#4E1326 (or 0x4E1326) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 26. RGB value is (78,19,38). Sum of RGB (Red+Green+Blue) = 78+19+38=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1326 is #B1ECD9. Grayscale: #262626. Windows color (decimal): -11660506 or 2495310. OLE color: 2495310.

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

Color convert

RGB781938-
CMYK00.760.510.69
HSL340.68º60.82%19.02%-
HSV(B)340.68º75.64%30.59%-
XYZ3.722.232.07-
YUV38.81127.55155.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.78%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=57.78%
G=14.07%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78193800.760.510.69340.6860.8219.02
Hex4E132604C33451553d13
Octal11623460114631055257523
Binary10011101001110011001001100110011100010110101010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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