#4E041F

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

Shades of Bordeaux #4E041F

Tints of Bordeaux #4E041F

Color information

#4E041F (or 0x4E041F) is unknown color: approx Bordeaux. HEX triplet: 4E, 04 and 1F. RGB value is (78,4,31). Sum of RGB (Red+Green+Blue) = 78+4+31=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E041F is #B1FBE0. Grayscale: #1D1D1D. Windows color (decimal): -11664353 or 2032718. OLE color: 2032718.

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

Color convert

RGB78431-
CMYK00.950.600.69
HSL338.11º90.24%16.08%-
HSV(B)338.11º94.87%30.59%-
XYZ3.431.811.46-
YUV29.2129.02162.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=69.03%
G=3.54%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7843100.950.600.69338.1190.2416.08
Hex4E41F05F3C451525a10
Octal11643701377410552213220
Binary100111010011111010111111111001000101101010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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