#4E001B

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

Shades of Bordeaux #4E001B

Tints of Bordeaux #4E001B

Color information

#4E001B (or 0x4E001B) is unknown color: approx Bordeaux. HEX triplet: 4E, 00 and 1B. RGB value is (78,0,27). Sum of RGB (Red+Green+Blue) = 78+0+27=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E001B is #B1FFE4. Grayscale: #1A1A1A. Windows color (decimal): -11665381 or 1769550. OLE color: 1769550.

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

Color convert

RGB78027-
CMYK010.650.69
HSL339.23º100%15.29%-
HSV(B)339.23º100%30.59%-
XYZ3.341.71.19-
YUV26.4128.34164.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 74.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=74.29%
G=0%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78027010.650.69339.2310015.29
Hex4E01B064414515364f
Octal116033014410110552314417
Binary1001110011011011001001000001100010110101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,0,27); }

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

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

 a { background-color: rgb(78,0,27); }

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

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

 span { border-color: rgb(78,0,27); }

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