#4E0B21

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

Shades of Bordeaux #4E0B21

Tints of Bordeaux #4E0B21

Color information

#4E0B21 (or 0x4E0B21) is unknown color: approx Bordeaux. HEX triplet: 4E, 0B and 21. RGB value is (78,11,33). Sum of RGB (Red+Green+Blue) = 78+11+33=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B21 is #B1F4DE. Grayscale: #212121. Windows color (decimal): -11662559 or 2165582. OLE color: 2165582.

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

Color convert

RGB781133-
CMYK00.860.580.69
HSL340.3º75.28%17.45%-
HSV(B)340.3º85.9%30.59%-
XYZ3.541.971.63-
YUV33.54127.7159.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.93%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=63.93%
G=9.02%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78113300.860.580.69340.375.2817.45
Hex4EB210563A451544b11
Octal116134101267210552411321
Binary10011101011100001010101101110101000101101010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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