#4E121A

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

Shades of Bordeaux #4E121A

Tints of Bordeaux #4E121A

Color information

#4E121A (or 0x4E121A) is unknown color: approx Bordeaux. HEX triplet: 4E, 12 and 1A. RGB value is (78,18,26). Sum of RGB (Red+Green+Blue) = 78+18+26=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E121A is #B1EDE5. Grayscale: #242424. Windows color (decimal): -11660774 or 1708622. OLE color: 1708622.

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

Color convert

RGB781826-
CMYK00.770.670.69
HSL352º62.5%18.82%-
HSV(B)352º76.92%30.59%-
XYZ3.542.131.2-
YUV36.85121.88157.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.93%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=63.93%
G=14.75%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78182600.770.670.6935262.518.82
Hex4E121A04D43451603e13
Octal116223201151031055407623
Binary10011101001011010010011011000011100010110110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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