#4D111B

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

Shades of Bordeaux #4D111B

Tints of Bordeaux #4D111B

Color information

#4D111B (or 0x4D111B) is unknown color: approx Bordeaux. HEX triplet: 4D, 11 and 1B. RGB value is (77,17,27). Sum of RGB (Red+Green+Blue) = 77+17+27=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D111B is #B2EEE4. Grayscale: #242424. Windows color (decimal): -11726565 or 1773901. OLE color: 1773901.

HSL color Cylindrical-coordinate representation of color #4D111B: hue angle of 350º 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 #4D111B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB771727-
CMYK00.780.650.70
HSL350º63.83%18.43%-
HSV(B)350º77.92%30.2%-
XYZ3.462.061.25-
YUV36.08122.88157.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=63.64%
G=14.05%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77172700.780.650.7035063.8318.43
Hex4D111B04E414615e4012
Octal1152133011610110653610022
Binary100110110001110110100111010000011000110101011110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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