#4E1D21

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

Shades of Bordeaux #4E1D21

Tints of Bordeaux #4E1D21

Color information

#4E1D21 (or 0x4E1D21) is unknown color: approx Bordeaux. HEX triplet: 4E, 1D and 21. RGB value is (78,29,33). Sum of RGB (Red+Green+Blue) = 78+29+33=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D21 is #B1E2DE. Grayscale: #2C2C2C. Windows color (decimal): -11657951 or 2170190. OLE color: 2170190.

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

Color convert

RGB782933-
CMYK00.630.580.69
HSL355.1º45.79%20.98%-
HSV(B)355.1º62.82%30.59%-
XYZ3.862.611.74-
YUV44.11121.73152.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=55.71%
G=20.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78293300.630.580.69355.145.7920.98
Hex4E1D2103F3A451632e15
Octal1163541077721055435625
Binary1001110111011000010111111111010100010110110001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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