#4E0919

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

Shades of Bordeaux #4E0919

Tints of Bordeaux #4E0919

Color information

#4E0919 (or 0x4E0919) is unknown color: approx Bordeaux. HEX triplet: 4E, 09 and 19. RGB value is (78,9,25). Sum of RGB (Red+Green+Blue) = 78+9+25=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0919 is #B1F6E6. Grayscale: #1F1F1F. Windows color (decimal): -11663079 or 1640782. OLE color: 1640782.

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

Color convert

RGB78925-
CMYK00.880.680.69
HSL346.09º79.31%17.06%-
HSV(B)346.09º88.46%30.59%-
XYZ3.421.891.1-
YUV31.46124.36161.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.64%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=69.64%
G=8.04%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7892500.880.680.69346.0979.3117.06
Hex4E919058444515a4f11
Octal1161131013010410553211721
Binary10011101001110010101100010001001000101101011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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