#4E202A

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

Shades of Bordeaux #4E202A

Tints of Bordeaux #4E202A

Color information

#4E202A (or 0x4E202A) is unknown color: approx Bordeaux. HEX triplet: 4E, 20 and 2A. RGB value is (78,32,42). Sum of RGB (Red+Green+Blue) = 78+32+42=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202A is #B1DFD5. Grayscale: #2E2E2E. Windows color (decimal): -11657174 or 2760782. OLE color: 2760782.

HSL color Cylindrical-coordinate representation of color #4E202A: hue angle of 346.96º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E202A is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB783242-
CMYK00.590.460.69
HSL346.96º41.82%21.57%-
HSV(B)346.96º58.97%30.59%-
XYZ4.082.822.52-
YUV46.89125.24150.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=51.32%
G=21.05%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78324200.590.460.69346.9641.8221.57
Hex4E202A03B2E4515b2a16
Octal1164052073561055335226
Binary10011101000001010100111011101110100010110101101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,42); }

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

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

 a { background-color: rgb(78,32,42); }

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

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

 span { border-color: rgb(78,32,42); }

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