#4E0F1F

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

Shades of Bordeaux #4E0F1F

Tints of Bordeaux #4E0F1F

Color information

#4E0F1F (or 0x4E0F1F) is unknown color: approx Bordeaux. HEX triplet: 4E, 0F and 1F. RGB value is (78,15,31). Sum of RGB (Red+Green+Blue) = 78+15+31=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F1F is #B1F0E0. Grayscale: #232323. Windows color (decimal): -11661537 or 2035534. OLE color: 2035534.

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

Color convert

RGB781531-
CMYK00.810.600.69
HSL344.76º67.74%18.24%-
HSV(B)344.76º80.77%30.59%-
XYZ3.562.061.51-
YUV35.66125.37158.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 31 (12.5% from 255) = 25%
R=62.90%
G=12.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78153100.810.600.69344.7667.7418.24
Hex4EF1F0513C451594412
Octal116173701217410553110422
Binary1001110111111111010100011111001000101101011001100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,31); }

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

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

 a { background-color: rgb(78,15,31); }

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

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

 span { border-color: rgb(78,15,31); }

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