#4D151F

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

Shades of Bordeaux #4D151F

Tints of Bordeaux #4D151F

Color information

#4D151F (or 0x4D151F) is unknown color: approx Bordeaux. HEX triplet: 4D, 15 and 1F. RGB value is (77,21,31). Sum of RGB (Red+Green+Blue) = 77+21+31=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D151F is #B2EAE0. Grayscale: #262626. Windows color (decimal): -11725537 or 2037069. OLE color: 2037069.

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

Color convert

RGB772131-
CMYK00.730.600.70
HSL349.29º57.14%19.22%-
HSV(B)349.29º72.73%30.2%-
XYZ3.582.211.54-
YUV38.88123.55155.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=59.69%
G=16.28%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77213100.730.600.70349.2957.1419.22
Hex4D151F0493C4615d3913
Octal11525370111741065357123
Binary1001101101011111101001001111100100011010101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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