#4E2127

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

Shades of Bordeaux #4E2127

Tints of Bordeaux #4E2127

Color information

#4E2127 (or 0x4E2127) is unknown color: approx Bordeaux. HEX triplet: 4E, 21 and 27. RGB value is (78,33,39). Sum of RGB (Red+Green+Blue) = 78+33+39=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2127 is #B1DED8. Grayscale: #2F2F2F. Windows color (decimal): -11656921 or 2564430. OLE color: 2564430.

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

Color convert

RGB783339-
CMYK00.580.500.69
HSL352º40.54%21.76%-
HSV(B)352º57.69%30.59%-
XYZ4.052.852.26-
YUV47.14123.41150.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 39 (15.62% from 255) = 26%
R=52%
G=22%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78333900.580.500.6935240.5421.76
Hex4E212703A32451602916
Octal1164147072621055405126
Binary10011101000011001110111010110010100010110110000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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