#4D1517

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

Shades of Bordeaux #4D1517

Tints of Bordeaux #4D1517

Color information

#4D1517 (or 0x4D1517) is unknown color: approx Bordeaux. HEX triplet: 4D, 15 and 17. RGB value is (77,21,23). Sum of RGB (Red+Green+Blue) = 77+21+23=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1517 is #B2EAE8. Grayscale: #262626. Windows color (decimal): -11725545 or 1512781. OLE color: 1512781.

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

Color convert

RGB772123-
CMYK00.730.700.70
HSL357.86º57.14%19.22%-
HSV(B)357.86º72.73%30.2%-
XYZ3.482.181.05-
YUV37.97119.55155.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.64%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=63.64%
G=17.36%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77212300.730.700.70357.8657.1419.22
Hex4D151704946461663913
Octal115252701111061065467123
Binary10011011010110111010010011000110100011010110011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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