#4D101D

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

Shades of Bordeaux #4D101D

Tints of Bordeaux #4D101D

Color information

#4D101D (or 0x4D101D) is unknown color: approx Bordeaux. HEX triplet: 4D, 10 and 1D. RGB value is (77,16,29). Sum of RGB (Red+Green+Blue) = 77+16+29=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D101D is #B2EFE2. Grayscale: #232323. Windows color (decimal): -11726819 or 1904717. OLE color: 1904717.

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

Color convert

RGB771629-
CMYK00.790.620.70
HSL347.21º65.59%18.24%-
HSV(B)347.21º79.22%30.2%-
XYZ3.472.041.37-
YUV35.72124.21157.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.11%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=63.11%
G=13.11%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77162900.790.620.70347.2165.5918.24
Hex4D101D04F3E4615b4212
Octal115203501177610653310222
Binary10011011000011101010011111111101000110101011011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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