#4E1324

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

Shades of Bordeaux #4E1324

Tints of Bordeaux #4E1324

Color information

#4E1324 (or 0x4E1324) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 24. RGB value is (78,19,36). Sum of RGB (Red+Green+Blue) = 78+19+36=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1324 is #B1ECDB. Grayscale: #262626. Windows color (decimal): -11660508 or 2364238. OLE color: 2364238.

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

Color convert

RGB781936-
CMYK00.760.540.69
HSL342.71º60.82%19.02%-
HSV(B)342.71º75.64%30.59%-
XYZ3.692.211.9-
YUV38.58126.55156.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=58.65%
G=14.29%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78193600.760.540.69342.7160.8219.02
Hex4E132404C36451573d13
Octal11623440114661055277523
Binary10011101001110010001001100110110100010110101011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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