#4D151D

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

Shades of Bordeaux #4D151D

Tints of Bordeaux #4D151D

Color information

#4D151D (or 0x4D151D) is unknown color: approx Bordeaux. HEX triplet: 4D, 15 and 1D. RGB value is (77,21,29). Sum of RGB (Red+Green+Blue) = 77+21+29=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D151D is #B2EAE2. Grayscale: #262626. Windows color (decimal): -11725539 or 1905997. OLE color: 1905997.

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

Color convert

RGB772129-
CMYK00.730.620.70
HSL351.43º57.14%19.22%-
HSV(B)351.43º72.73%30.2%-
XYZ3.552.21.4-
YUV38.66122.55155.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.63%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=60.63%
G=16.54%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77212900.730.620.70351.4357.1419.22
Hex4D151D0493E4615f3913
Octal11525350111761065377123
Binary1001101101011110101001001111110100011010101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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