#4E0821

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

Shades of Bordeaux #4E0821

Tints of Bordeaux #4E0821

Color information

#4E0821 (or 0x4E0821) is unknown color: approx Bordeaux. HEX triplet: 4E, 08 and 21. RGB value is (78,8,33). Sum of RGB (Red+Green+Blue) = 78+8+33=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0821 is #B1F7DE. Grayscale: #1F1F1F. Windows color (decimal): -11663327 or 2164814. OLE color: 2164814.

HSL color Cylindrical-coordinate representation of color #4E0821: hue angle of 338.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0821 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB78833-
CMYK00.900.580.69
HSL338.57º81.4%16.86%-
HSV(B)338.57º89.74%30.59%-
XYZ3.51.91.62-
YUV31.78128.69160.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65.55%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=65.55%
G=6.72%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7883300.900.580.69338.5781.416.86
Hex4E82105A3A451535111
Octal116104101327210552312121
Binary10011101000100001010110101110101000101101010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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