#4E0A1C

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

Shades of Bordeaux #4E0A1C

Tints of Bordeaux #4E0A1C

Color information

#4E0A1C (or 0x4E0A1C) is unknown color: approx Bordeaux. HEX triplet: 4E, 0A and 1C. RGB value is (78,10,28). Sum of RGB (Red+Green+Blue) = 78+10+28=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A1C is #B1F5E3. Grayscale: #202020. Windows color (decimal): -11662820 or 1837646. OLE color: 1837646.

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

Color convert

RGB781028-
CMYK00.870.640.69
HSL344.12º77.27%17.25%-
HSV(B)344.12º87.18%30.59%-
XYZ3.461.921.29-
YUV32.38125.53160.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.24%
GREEN value IS 10 (4.30% from 255) = 8.62%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=67.24%
G=8.62%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78102800.870.640.69344.1277.2717.25
Hex4EA1C05740451584d11
Octal1161234012710010553011521
Binary10011101010111000101011110000001000101101011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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