#4E181E

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

Shades of Bordeaux #4E181E

Tints of Bordeaux #4E181E

Color information

#4E181E (or 0x4E181E) is unknown color: approx Bordeaux. HEX triplet: 4E, 18 and 1E. RGB value is (78,24,30). Sum of RGB (Red+Green+Blue) = 78+24+30=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181E is #B1E7E1. Grayscale: #282828. Windows color (decimal): -11659234 or 1972302. OLE color: 1972302.

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

Color convert

RGB782430-
CMYK00.690.620.69
HSL353.33º52.94%20%-
HSV(B)353.33º69.23%30.59%-
XYZ3.72.371.49-
YUV40.83121.89154.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=59.09%
G=18.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78243000.690.620.69353.3352.9420
Hex4E181E0453E451613514
Octal11630360105761055416524
Binary1001110110001111001000101111110100010110110000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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