#4E0F1D

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

Shades of Bordeaux #4E0F1D

Tints of Bordeaux #4E0F1D

Color information

#4E0F1D (or 0x4E0F1D) is unknown color: approx Bordeaux. HEX triplet: 4E, 0F and 1D. RGB value is (78,15,29). Sum of RGB (Red+Green+Blue) = 78+15+29=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F1D is #B1F0E2. Grayscale: #232323. Windows color (decimal): -11661539 or 1904462. OLE color: 1904462.

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

Color convert

RGB781529-
CMYK00.810.630.69
HSL346.67º67.74%18.24%-
HSV(B)346.67º80.77%30.59%-
XYZ3.532.051.37-
YUV35.43124.37158.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.93%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=63.93%
G=12.30%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78152900.810.630.69346.6767.7418.24
Hex4EF1D0513F4515b4412
Octal116173501217710553310422
Binary1001110111111101010100011111111000101101011011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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