#4E1D2A

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

Shades of Bordeaux #4E1D2A

Tints of Bordeaux #4E1D2A

Color information

#4E1D2A (or 0x4E1D2A) is unknown color: approx Bordeaux. HEX triplet: 4E, 1D and 2A. RGB value is (78,29,42). Sum of RGB (Red+Green+Blue) = 78+29+42=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D2A is #B1E2D5. Grayscale: #2D2D2D. Windows color (decimal): -11657942 or 2760014. OLE color: 2760014.

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

Color convert

RGB782942-
CMYK00.630.460.69
HSL344.08º45.79%20.98%-
HSV(B)344.08º62.82%30.59%-
XYZ42.672.49-
YUV45.13126.23151.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=52.35%
G=19.46%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78294200.630.460.69344.0845.7920.98
Hex4E1D2A03F2E451582e15
Octal1163552077561055305625
Binary1001110111011010100111111101110100010110101100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,29,42); }

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

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

 a { background-color: rgb(78,29,42); }

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

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

 span { border-color: rgb(78,29,42); }

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