#4E171E

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

Shades of Bordeaux #4E171E

Tints of Bordeaux #4E171E

Color information

#4E171E (or 0x4E171E) is unknown color: approx Bordeaux. HEX triplet: 4E, 17 and 1E. RGB value is (78,23,30). Sum of RGB (Red+Green+Blue) = 78+23+30=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E171E is #B1E8E1. Grayscale: #282828. Windows color (decimal): -11659490 or 1972046. OLE color: 1972046.

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

Color convert

RGB782330-
CMYK00.710.620.69
HSL352.36º54.46%19.8%-
HSV(B)352.36º70.51%30.59%-
XYZ3.682.331.48-
YUV40.24122.22154.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.54%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=59.54%
G=17.56%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78233000.710.620.69352.3654.4619.8
Hex4E171E0473E451603614
Octal11627360107761055406624
Binary1001110101111111001000111111110100010110110000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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