#4E1321

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

Shades of Bordeaux #4E1321

Tints of Bordeaux #4E1321

Color information

#4E1321 (or 0x4E1321) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 21. RGB value is (78,19,33). Sum of RGB (Red+Green+Blue) = 78+19+33=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1321 is #B1ECDE. Grayscale: #262626. Windows color (decimal): -11660511 or 2167630. OLE color: 2167630.

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

Color convert

RGB781933-
CMYK00.760.580.69
HSL345.76º60.82%19.02%-
HSV(B)345.76º75.64%30.59%-
XYZ3.652.21.67-
YUV38.24125.05156.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=60%
G=14.62%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78193300.760.580.69345.7660.8219.02
Hex4E132104C3A4515a3d13
Octal11623410114721055327523
Binary10011101001110000101001100111010100010110101101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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