#4E222B

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

Shades of Bordeaux #4E222B

Tints of Bordeaux #4E222B

Color information

#4E222B (or 0x4E222B) is unknown color: approx Bordeaux. HEX triplet: 4E, 22 and 2B. RGB value is (78,34,43). Sum of RGB (Red+Green+Blue) = 78+34+43=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222B is #B1DDD4. Grayscale: #303030. Windows color (decimal): -11656661 or 2826830. OLE color: 2826830.

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

Color convert

RGB783443-
CMYK00.560.450.69
HSL347.73º39.29%21.96%-
HSV(B)347.73º56.41%30.59%-
XYZ4.152.942.63-
YUV48.18125.08149.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=50.32%
G=21.94%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78344300.560.450.69347.7339.2921.96
Hex4E222B0382D4515c2716
Octal1164253070551055344726
Binary10011101000101010110111000101101100010110101110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,34,43); }

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

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

 a { background-color: rgb(78,34,43); }

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

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

 span { border-color: rgb(78,34,43); }

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