#4E1626

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

Shades of Bordeaux #4E1626

Tints of Bordeaux #4E1626

Color information

#4E1626 (or 0x4E1626) is unknown color: approx Bordeaux. HEX triplet: 4E, 16 and 26. RGB value is (78,22,38). Sum of RGB (Red+Green+Blue) = 78+22+38=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1626 is #B1E9D9. Grayscale: #282828. Windows color (decimal): -11659738 or 2496078. OLE color: 2496078.

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

Color convert

RGB782238-
CMYK00.720.510.69
HSL342.86º56%19.61%-
HSV(B)342.86º71.79%30.59%-
XYZ3.782.332.08-
YUV40.57126.55154.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.52%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=56.52%
G=15.94%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78223800.720.510.69342.865619.61
Hex4E162604833451573814
Octal11626460110631055277024
Binary10011101011010011001001000110011100010110101011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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