#4E161B

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

Shades of Bordeaux #4E161B

Tints of Bordeaux #4E161B

Color information

#4E161B (or 0x4E161B) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 1B. RGB value is (78,22,27). Sum of RGB (Red+Green+Blue) = 78+22+27=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E161B is #B1E9E4. Grayscale: #272727. Windows color (decimal): -11659749 or 1775182. OLE color: 1775182.

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

Color convert

RGB782227-
CMYK00.720.650.69
HSL354.64º56%19.61%-
HSV(B)354.64º71.79%30.59%-
XYZ3.632.271.28-
YUV39.31121.05155.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=61.42%
G=17.32%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78222700.720.650.69354.645619.61
Hex4E161B04841451633814
Octal116263301101011055437024
Binary10011101011011011010010001000001100010110110001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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