#4E131A

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

Shades of Bordeaux #4E131A

Tints of Bordeaux #4E131A

Color information

#4E131A (or 0x4E131A) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 1A. RGB value is (78,19,26). Sum of RGB (Red+Green+Blue) = 78+19+26=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E131A is #B1ECE5. Grayscale: #252525. Windows color (decimal): -11660518 or 1708878. OLE color: 1708878.

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

Color convert

RGB781926-
CMYK00.760.670.69
HSL352.88º60.82%19.02%-
HSV(B)352.88º75.64%30.59%-
XYZ3.562.161.21-
YUV37.44121.55156.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.41%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=63.41%
G=15.45%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78192600.760.670.69352.8860.8219.02
Hex4E131A04C43451613d13
Octal116233201141031055417523
Binary10011101001111010010011001000011100010110110000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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