#4E2229

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

Shades of Bordeaux #4E2229

Tints of Bordeaux #4E2229

Color information

#4E2229 (or 0x4E2229) is unknown color: approx Bordeaux. HEX triplet: 4E, 22 and 29. RGB value is (78,34,41). Sum of RGB (Red+Green+Blue) = 78+34+41=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2229 is #B1DDD6. Grayscale: #2F2F2F. Windows color (decimal): -11656663 or 2695758. OLE color: 2695758.

HSL color Cylindrical-coordinate representation of color #4E2229: hue angle of 350.45º 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 #4E2229 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB783441-
CMYK00.560.470.69
HSL350.45º39.29%21.96%-
HSV(B)350.45º56.41%30.59%-
XYZ4.112.922.45-
YUV47.95124.08149.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.98%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=50.98%
G=22.22%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78344100.560.470.69350.4539.2921.96
Hex4E22290382F4515e2716
Octal1164251070571055364726
Binary10011101000101010010111000101111100010110101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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