#4E1217

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

Shades of Bordeaux #4E1217

Tints of Bordeaux #4E1217

Color information

#4E1217 (or 0x4E1217) is unknown color: approx Bordeaux. HEX triplet: 4E, 12 and 17. RGB value is (78,18,23). Sum of RGB (Red+Green+Blue) = 78+18+23=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1217 is #B1EDE8. Grayscale: #242424. Windows color (decimal): -11660777 or 1512014. OLE color: 1512014.

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

Color convert

RGB781823-
CMYK00.770.710.69
HSL355º62.5%18.82%-
HSV(B)355º76.92%30.59%-
XYZ3.512.111.03-
YUV36.51120.38157.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65.55%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=65.55%
G=15.13%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78182300.770.710.6935562.518.82
Hex4E121704D47451633e13
Octal116222701151071055437623
Binary10011101001010111010011011000111100010110110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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