#4E111F

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

Shades of Bordeaux #4E111F

Tints of Bordeaux #4E111F

Color information

#4E111F (or 0x4E111F) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 1F. RGB value is (78,17,31). Sum of RGB (Red+Green+Blue) = 78+17+31=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E111F is #B1EEE0. Grayscale: #242424. Windows color (decimal): -11661025 or 2036046. OLE color: 2036046.

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

Color convert

RGB781731-
CMYK00.780.600.69
HSL346.23º64.21%18.63%-
HSV(B)346.23º78.21%30.59%-
XYZ3.592.121.52-
YUV36.84124.71157.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=61.90%
G=13.49%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78173100.780.600.69346.2364.2118.63
Hex4E111F04E3C4515a4013
Octal116213701167410553210023
Binary10011101000111111010011101111001000101101011010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,31); }

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

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

 a { background-color: rgb(78,17,31); }

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

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

 span { border-color: rgb(78,17,31); }

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