#4E0119

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

Shades of Bordeaux #4E0119

Tints of Bordeaux #4E0119

Color information

#4E0119 (or 0x4E0119) is unknown color: approx Bordeaux. HEX triplet: 4E, 01 and 19. RGB value is (78,1,25). Sum of RGB (Red+Green+Blue) = 78+1+25=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0119 is #B1FEE6. Grayscale: #1A1A1A. Windows color (decimal): -11665127 or 1638734. OLE color: 1638734.

HSL color Cylindrical-coordinate representation of color #4E0119: hue angle of 341.3º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0119 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB78125-
CMYK00.990.680.69
HSL341.3º97.47%15.49%-
HSV(B)341.3º98.72%30.59%-
XYZ3.331.711.07-
YUV26.76127.01164.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=75%
G=0.96%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7812500.990.680.69341.397.4715.49
Hex4E119063444515561f
Octal116131014310410552514117
Binary1001110111001011000111000100100010110101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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