#4E081E

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

Shades of Bordeaux #4E081E

Tints of Bordeaux #4E081E

Color information

#4E081E (or 0x4E081E) is unknown color: approx Bordeaux. HEX triplet: 4E, 08 and 1E. RGB value is (78,8,30). Sum of RGB (Red+Green+Blue) = 78+8+30=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E081E is #B1F7E1. Grayscale: #1F1F1F. Windows color (decimal): -11663330 or 1968206. OLE color: 1968206.

HSL color Cylindrical-coordinate representation of color #4E081E: hue angle of 341.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E081E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB78830-
CMYK00.900.620.69
HSL341.14º81.4%16.86%-
HSV(B)341.14º89.74%30.59%-
XYZ3.461.891.41-
YUV31.44127.19161.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.24%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=67.24%
G=6.90%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7883000.900.620.69341.1481.416.86
Hex4E81E05A3E451555111
Octal116103601327610552512121
Binary1001110100011110010110101111101000101101010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,30); }

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

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

 a { background-color: rgb(78,8,30); }

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

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

 span { border-color: rgb(78,8,30); }

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