#4D111F

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

Shades of Bordeaux #4D111F

Tints of Bordeaux #4D111F

Color information

#4D111F (or 0x4D111F) is unknown color: approx Bordeaux. HEX triplet: 4D, 11 and 1F. RGB value is (77,17,31). Sum of RGB (Red+Green+Blue) = 77+17+31=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D111F is #B2EEE0. Grayscale: #242424. Windows color (decimal): -11726561 or 2036045. OLE color: 2036045.

HSL color Cylindrical-coordinate representation of color #4D111F: hue angle of 346º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D111F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB771731-
CMYK00.780.600.70
HSL346º63.83%18.43%-
HSV(B)346º77.92%30.2%-
XYZ3.512.081.51-
YUV36.54124.88156.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.6%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=61.6%
G=13.6%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77173100.780.600.7034663.8318.43
Hex4D111F04E3C4615a4012
Octal115213701167410653210022
Binary10011011000111111010011101111001000110101011010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,17,31); }

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

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

 a { background-color: rgb(77,17,31); }

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

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

 span { border-color: rgb(77,17,31); }

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