#4E2128

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

Shades of Bordeaux #4E2128

Tints of Bordeaux #4E2128

Color information

#4E2128 (or 0x4E2128) is unknown color: approx Bordeaux. HEX triplet: 4E, 21 and 28. RGB value is (78,33,40). Sum of RGB (Red+Green+Blue) = 78+33+40=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2128 is #B1DED7. Grayscale: #2F2F2F. Windows color (decimal): -11656920 or 2629966. OLE color: 2629966.

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

Color convert

RGB783340-
CMYK00.580.490.69
HSL350.67º40.54%21.76%-
HSV(B)350.67º57.69%30.59%-
XYZ4.072.862.35-
YUV47.25123.91149.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.66%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=51.66%
G=21.85%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78334000.580.490.69350.6740.5421.76
Hex4E212803A314515f2916
Octal1164150072611055375126
Binary10011101000011010000111010110001100010110101111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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