#4E141B

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

Shades of Bordeaux #4E141B

Tints of Bordeaux #4E141B

Color information

#4E141B (or 0x4E141B) is unknown color: approx Bordeaux. HEX triplet: 4E, 14 and 1B. RGB value is (78,20,27). Sum of RGB (Red+Green+Blue) = 78+20+27=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E141B is #B1EBE4. Grayscale: #262626. Windows color (decimal): -11660261 or 1774670. OLE color: 1774670.

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

Color convert

RGB782027-
CMYK00.740.650.69
HSL352.76º59.18%19.22%-
HSV(B)352.76º74.36%30.59%-
XYZ3.592.21.27-
YUV38.14121.72156.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.4%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=62.4%
G=16%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78202700.740.650.69352.7659.1819.22
Hex4E141B04A41451613b13
Octal116243301121011055417323
Binary10011101010011011010010101000001100010110110000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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