#4E181A

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

Shades of Bordeaux #4E181A

Tints of Bordeaux #4E181A

Color information

#4E181A (or 0x4E181A) is unknown color: approx Bordeaux. HEX triplet: 4E, 18 and 1A. RGB value is (78,24,26). Sum of RGB (Red+Green+Blue) = 78+24+26=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181A is #B1E7E5. Grayscale: #282828. Windows color (decimal): -11659238 or 1710158. OLE color: 1710158.

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

Color convert

RGB782426-
CMYK00.690.670.69
HSL357.78º52.94%20%-
HSV(B)357.78º69.23%30.59%-
XYZ3.652.351.24-
YUV40.37119.89154.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60.94%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=60.94%
G=18.75%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78242600.690.670.69357.7852.9420
Hex4E181A04543451663514
Octal116303201051031055466524
Binary10011101100011010010001011000011100010110110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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