#4E131B

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

Shades of Bordeaux #4E131B

Tints of Bordeaux #4E131B

Color information

#4E131B (or 0x4E131B) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 1B. RGB value is (78,19,27). Sum of RGB (Red+Green+Blue) = 78+19+27=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E131B is #B1ECE4. Grayscale: #252525. Windows color (decimal): -11660517 or 1774414. OLE color: 1774414.

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

Color convert

RGB781927-
CMYK00.760.650.69
HSL351.86º60.82%19.02%-
HSV(B)351.86º75.64%30.59%-
XYZ3.572.161.27-
YUV37.55122.05156.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=62.90%
G=15.32%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78192700.760.650.69351.8660.8219.02
Hex4E131B04C41451603d13
Octal116233301141011055407523
Binary10011101001111011010011001000001100010110110000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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