#4E1827

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

Shades of Bordeaux #4E1827

Tints of Bordeaux #4E1827

Color information

#4E1827 (or 0x4E1827) is unknown color: approx Bordeaux. HEX triplet: 4E, 18 and 27. RGB value is (78,24,39). Sum of RGB (Red+Green+Blue) = 78+24+39=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1827 is #B1E7D8. Grayscale: #292929. Windows color (decimal): -11659225 or 2562126. OLE color: 2562126.

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

Color convert

RGB782439-
CMYK00.690.500.69
HSL343.33º52.94%20%-
HSV(B)343.33º69.23%30.59%-
XYZ3.832.422.18-
YUV41.86126.39153.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=55.32%
G=17.02%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78243900.690.500.69343.3352.9420
Hex4E182704532451573514
Octal11630470105621055276524
Binary10011101100010011101000101110010100010110101011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,39); }

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

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

 a { background-color: rgb(78,24,39); }

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

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

 span { border-color: rgb(78,24,39); }

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