#4E181C

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

Shades of Bordeaux #4E181C

Tints of Bordeaux #4E181C

Color information

#4E181C (or 0x4E181C) is unknown color: approx Bordeaux. HEX triplet: 4E, 18 and 1C. RGB value is (78,24,28). Sum of RGB (Red+Green+Blue) = 78+24+28=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181C is #B1E7E3. Grayscale: #282828. Windows color (decimal): -11659236 or 1841230. OLE color: 1841230.

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

Color convert

RGB782428-
CMYK00.690.640.69
HSL355.56º52.94%20%-
HSV(B)355.56º69.23%30.59%-
XYZ3.682.361.36-
YUV40.6120.89154.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=60%
G=18.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78242800.690.640.69355.5652.9420
Hex4E181C04540451643514
Octal116303401051001055446524
Binary10011101100011100010001011000000100010110110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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