#4E1A21

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

Shades of Bordeaux #4E1A21

Tints of Bordeaux #4E1A21

Color information

#4E1A21 (or 0x4E1A21) is unknown color: approx Bordeaux. HEX triplet: 4E, 1A and 21. RGB value is (78,26,33). Sum of RGB (Red+Green+Blue) = 78+26+33=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A21 is #B1E5DE. Grayscale: #2A2A2A. Windows color (decimal): -11658719 or 2169422. OLE color: 2169422.

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

Color convert

RGB782633-
CMYK00.670.580.69
HSL351.92º50%20.39%-
HSV(B)351.92º66.67%30.59%-
XYZ3.792.471.72-
YUV42.35122.73153.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.93%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=56.93%
G=18.98%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78263300.670.580.69351.925020.39
Hex4E1A210433A451603214
Octal11632410103721055406224
Binary10011101101010000101000011111010100010110110000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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