#4E2129

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

Shades of Bordeaux #4E2129

Tints of Bordeaux #4E2129

Color information

#4E2129 (or 0x4E2129) is unknown color: approx Bordeaux. HEX triplet: 4E, 21 and 29. RGB value is (78,33,41). Sum of RGB (Red+Green+Blue) = 78+33+41=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2129 is #B1DED6. Grayscale: #2F2F2F. Windows color (decimal): -11656919 or 2695502. OLE color: 2695502.

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

Color convert

RGB783341-
CMYK00.580.470.69
HSL349.33º40.54%21.76%-
HSV(B)349.33º57.69%30.59%-
XYZ4.092.872.44-
YUV47.37124.41149.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=51.32%
G=21.71%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78334100.580.470.69349.3340.5421.76
Hex4E212903A2F4515d2916
Octal1164151072571055355126
Binary10011101000011010010111010101111100010110101110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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