#4E1017

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

Shades of Bordeaux #4E1017

Tints of Bordeaux #4E1017

Color information

#4E1017 (or 0x4E1017) is unknown color: approx Bordeaux. HEX triplet: 4E, 10 and 17. RGB value is (78,16,23). Sum of RGB (Red+Green+Blue) = 78+16+23=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1017 is #B1EFE8. Grayscale: #232323. Windows color (decimal): -11661289 or 1511502. OLE color: 1511502.

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

Color convert

RGB781623-
CMYK00.790.710.69
HSL353.23º65.96%18.43%-
HSV(B)353.23º79.49%30.59%-
XYZ3.482.051.02-
YUV35.34121.04158.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=66.67%
G=13.68%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78162300.790.710.69353.2365.9618.43
Hex4E101704F47451614212
Octal1162027011710710554110222
Binary100111010000101110100111110001111000101101100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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