#4E091A

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

Shades of Bordeaux #4E091A

Tints of Bordeaux #4E091A

Color information

#4E091A (or 0x4E091A) is unknown color: approx Bordeaux. HEX triplet: 4E, 09 and 1A. RGB value is (78,9,26). Sum of RGB (Red+Green+Blue) = 78+9+26=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E091A is #B1F6E5. Grayscale: #1F1F1F. Windows color (decimal): -11663078 or 1706318. OLE color: 1706318.

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

Color convert

RGB78926-
CMYK00.880.670.69
HSL345.22º79.31%17.06%-
HSV(B)345.22º88.46%30.59%-
XYZ3.431.891.16-
YUV31.57124.86161.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=69.03%
G=7.96%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7892600.880.670.69345.2279.3117.06
Hex4E91A05843451594f11
Octal1161132013010310553111721
Binary10011101001110100101100010000111000101101011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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