#4E1628

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

Shades of Bordeaux #4E1628

Tints of Bordeaux #4E1628

Color information

#4E1628 (or 0x4E1628) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 28. RGB value is (78,22,40). Sum of RGB (Red+Green+Blue) = 78+22+40=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1628 is #B1E9D7. Grayscale: #282828. Windows color (decimal): -11659736 or 2627150. OLE color: 2627150.

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

Color convert

RGB782240-
CMYK00.720.490.69
HSL340.71º56%19.61%-
HSV(B)340.71º71.79%30.59%-
XYZ3.812.352.26-
YUV40.8127.55154.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=55.71%
G=15.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78224000.720.490.69340.715619.61
Hex4E162804831451553814
Octal11626500110611055257024
Binary10011101011010100001001000110001100010110101010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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