#4E1619

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

Shades of Bordeaux #4E1619

Tints of Bordeaux #4E1619

Color information

#4E1619 (or 0x4E1619) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 19. RGB value is (78,22,25). Sum of RGB (Red+Green+Blue) = 78+22+25=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1619 is #B1E9E6. Grayscale: #272727. Windows color (decimal): -11659751 or 1644110. OLE color: 1644110.

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

Color convert

RGB782225-
CMYK00.720.680.69
HSL356.79º56%19.61%-
HSV(B)356.79º71.79%30.59%-
XYZ3.62.261.17-
YUV39.09120.05155.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.4%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 25 (10.16% from 255) = 20%
R=62.4%
G=17.6%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78222500.720.680.69356.795619.61
Hex4E161904844451653814
Octal116263101101041055457024
Binary10011101011011001010010001000100100010110110010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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