#4E1728

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

Shades of Bordeaux #4E1728

Tints of Bordeaux #4E1728

Color information

#4E1728 (or 0x4E1728) is unknown color: approx Bordeaux. HEX triplet: 4E, 17 and 28. RGB value is (78,23,40). Sum of RGB (Red+Green+Blue) = 78+23+40=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1728 is #B1E8D7. Grayscale: #292929. Windows color (decimal): -11659480 or 2627406. OLE color: 2627406.

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

Color convert

RGB782340-
CMYK00.710.490.69
HSL341.45º54.46%19.8%-
HSV(B)341.45º70.51%30.59%-
XYZ3.832.392.27-
YUV41.38127.22154.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=55.32%
G=16.31%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78234000.710.490.69341.4554.4619.8
Hex4E172804731451553614
Octal11627500107611055256624
Binary10011101011110100001000111110001100010110101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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