#4E1921

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

Shades of Bordeaux #4E1921

Tints of Bordeaux #4E1921

Color information

#4E1921 (or 0x4E1921) is unknown color: approx Bordeaux. HEX triplet: 4E, 19 and 21. RGB value is (78,25,33). Sum of RGB (Red+Green+Blue) = 78+25+33=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1921 is #B1E6DE. Grayscale: #292929. Windows color (decimal): -11658975 or 2169166. OLE color: 2169166.

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

Color convert

RGB782533-
CMYK00.680.580.69
HSL350.94º51.46%20.2%-
HSV(B)350.94º67.95%30.59%-
XYZ3.762.421.71-
YUV41.76123.06153.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.35%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=57.35%
G=18.38%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78253300.680.580.69350.9451.4620.2
Hex4E19210443A4515f3314
Octal11631410104721055376324
Binary10011101100110000101000100111010100010110101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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