#4E191C

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

Shades of Bordeaux #4E191C

Tints of Bordeaux #4E191C

Color information

#4E191C (or 0x4E191C) is unknown color: approx Bordeaux. HEX triplet: 4E, 19 and 1C. RGB value is (78,25,28). Sum of RGB (Red+Green+Blue) = 78+25+28=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E191C is #B1E6E3. Grayscale: #292929. Windows color (decimal): -11658980 or 1841486. OLE color: 1841486.

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

Color convert

RGB782528-
CMYK00.680.640.69
HSL356.6º51.46%20.2%-
HSV(B)356.6º67.95%30.59%-
XYZ3.72.41.37-
YUV41.19120.56154.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.54%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=59.54%
G=19.08%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78252800.680.640.69356.651.4620.2
Hex4E191C04440451653314
Octal116313401041001055456324
Binary10011101100111100010001001000000100010110110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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