#4E191E

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

Shades of Bordeaux #4E191E

Tints of Bordeaux #4E191E

Color information

#4E191E (or 0x4E191E) is unknown color: approx Bordeaux. HEX triplet: 4E, 19 and 1E. RGB value is (78,25,30). Sum of RGB (Red+Green+Blue) = 78+25+30=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E191E is #B1E6E1. Grayscale: #292929. Windows color (decimal): -11658978 or 1972558. OLE color: 1972558.

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

Color convert

RGB782530-
CMYK00.680.620.69
HSL354.34º51.46%20.2%-
HSV(B)354.34º67.95%30.59%-
XYZ3.722.411.5-
YUV41.42121.56154.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=58.65%
G=18.80%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78253000.680.620.69354.3451.4620.2
Hex4E191E0443E451623314
Octal11631360104761055426324
Binary1001110110011111001000100111110100010110110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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