#4E171C

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

Shades of Bordeaux #4E171C

Tints of Bordeaux #4E171C

Color information

#4E171C (or 0x4E171C) is unknown color: approx Bordeaux. HEX triplet: 4E, 17 and 1C. RGB value is (78,23,28). Sum of RGB (Red+Green+Blue) = 78+23+28=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E171C is #B1E8E3. Grayscale: #282828. Windows color (decimal): -11659492 or 1840974. OLE color: 1840974.

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

Color convert

RGB782328-
CMYK00.710.640.69
HSL354.55º54.46%19.8%-
HSV(B)354.55º70.51%30.59%-
XYZ3.662.321.35-
YUV40.02121.22155.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60.47%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=60.47%
G=17.83%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78232800.710.640.69354.5554.4619.8
Hex4E171C04740451633614
Octal116273401071001055436624
Binary10011101011111100010001111000000100010110110001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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