#4E1327

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

Shades of Bordeaux #4E1327

Tints of Bordeaux #4E1327

Color information

#4E1327 (or 0x4E1327) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 27. RGB value is (78,19,39). Sum of RGB (Red+Green+Blue) = 78+19+39=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1327 is #B1ECD8. Grayscale: #262626. Windows color (decimal): -11660505 or 2560846. OLE color: 2560846.

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

Color convert

RGB781939-
CMYK00.760.500.69
HSL339.66º60.82%19.02%-
HSV(B)339.66º75.64%30.59%-
XYZ3.742.232.15-
YUV38.92128.05155.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.35%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 39 (15.62% from 255) = 28.68%
R=57.35%
G=13.97%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78193900.760.500.69339.6660.8219.02
Hex4E132704C32451543d13
Octal11623470114621055247523
Binary10011101001110011101001100110010100010110101010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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