#4E091C

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

Shades of Bordeaux #4E091C

Tints of Bordeaux #4E091C

Color information

#4E091C (or 0x4E091C) is unknown color: approx Bordeaux. HEX triplet: 4E, 09 and 1C. RGB value is (78,9,28). Sum of RGB (Red+Green+Blue) = 78+9+28=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E091C is #B1F6E3. Grayscale: #1F1F1F. Windows color (decimal): -11663076 or 1837390. OLE color: 1837390.

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

Color convert

RGB78928-
CMYK00.880.640.69
HSL343.48º79.31%17.06%-
HSV(B)343.48º88.46%30.59%-
XYZ3.451.91.28-
YUV31.8125.86160.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=67.83%
G=7.83%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7892800.880.640.69343.4879.3117.06
Hex4E91C05840451574f11
Octal1161134013010010552711721
Binary10011101001111000101100010000001000101101010111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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