#4E1317

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

Shades of Bordeaux #4E1317

Tints of Bordeaux #4E1317

Color information

#4E1317 (or 0x4E1317) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 17. RGB value is (78,19,23). Sum of RGB (Red+Green+Blue) = 78+19+23=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1317 is #B1ECE8. Grayscale: #252525. Windows color (decimal): -11660521 or 1512270. OLE color: 1512270.

HSL color Cylindrical-coordinate representation of color #4E1317: hue angle of 355.93º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1317 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB781923-
CMYK00.760.710.69
HSL355.93º60.82%19.02%-
HSV(B)355.93º75.64%30.59%-
XYZ3.532.151.04-
YUV37.1120.05157.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=65%
G=15.83%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78192300.760.710.69355.9360.8219.02
Hex4E131704C47451643d13
Octal116232701141071055447523
Binary10011101001110111010011001000111100010110110010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,19,23); }

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

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

 a { background-color: rgb(78,19,23); }

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

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

 span { border-color: rgb(78,19,23); }

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