#4D1D21

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

Shades of Bordeaux #4D1D21

Tints of Bordeaux #4D1D21

Color information

#4D1D21 (or 0x4D1D21) is unknown color: approx Bordeaux. HEX triplet: 4D, 1D and 21. RGB value is (77,29,33). Sum of RGB (Red+Green+Blue) = 77+29+33=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D21 is #B2E2DE. Grayscale: #2B2B2B. Windows color (decimal): -11723487 or 2170189. OLE color: 2170189.

HSL color Cylindrical-coordinate representation of color #4D1D21: hue angle of 355º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D21 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB772933-
CMYK00.620.570.70
HSL355º45.28%20.78%-
HSV(B)355º62.34%30.2%-
XYZ3.772.571.74-
YUV43.81121.9151.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=55.40%
G=20.86%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77293300.620.570.7035545.2820.78
Hex4D1D2103E39461632d15
Octal1153541076711065435525
Binary1001101111011000010111110111001100011010110001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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