#4E1618

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

Shades of Bordeaux #4E1618

Tints of Bordeaux #4E1618

Color information

#4E1618 (or 0x4E1618) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 18. RGB value is (78,22,24). Sum of RGB (Red+Green+Blue) = 78+22+24=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1618 is #B1E9E7. Grayscale: #272727. Windows color (decimal): -11659752 or 1578574. OLE color: 1578574.

HSL color Cylindrical-coordinate representation of color #4E1618: hue angle of 357.86º 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 #4E1618 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB782224-
CMYK00.720.690.69
HSL357.86º56%19.61%-
HSV(B)357.86º71.79%30.59%-
XYZ3.592.261.11-
YUV38.97119.55155.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=62.90%
G=17.74%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78222400.720.690.69357.865619.61
Hex4E161804845451663814
Octal116263001101051055467024
Binary10011101011011000010010001000101100010110110011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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