#4E1629

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

Shades of Bordeaux #4E1629

Tints of Bordeaux #4E1629

Color information

#4E1629 (or 0x4E1629) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 29. RGB value is (78,22,41). Sum of RGB (Red+Green+Blue) = 78+22+41=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1629 is #B1E9D6. Grayscale: #282828. Windows color (decimal): -11659735 or 2692686. OLE color: 2692686.

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

Color convert

RGB782241-
CMYK00.720.470.69
HSL339.64º56%19.61%-
HSV(B)339.64º71.79%30.59%-
XYZ3.832.352.35-
YUV40.91128.05154.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=55.32%
G=15.60%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78224100.720.470.69339.645619.61
Hex4E16290482F451543814
Octal11626510110571055247024
Binary10011101011010100101001000101111100010110101010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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