#4D1518

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

Shades of Bordeaux #4D1518

Tints of Bordeaux #4D1518

Color information

#4D1518 (or 0x4D1518) is unknown color: approx Bordeaux. HEX triplet: 4D, 15 and 18. RGB value is (77,21,24). Sum of RGB (Red+Green+Blue) = 77+21+24=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1518 is #B2EAE7. Grayscale: #262626. Windows color (decimal): -11725544 or 1578317. OLE color: 1578317.

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

Color convert

RGB772124-
CMYK00.730.690.70
HSL356.79º57.14%19.22%-
HSV(B)356.79º72.73%30.2%-
XYZ3.492.181.1-
YUV38.09120.05155.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.11%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=63.11%
G=17.21%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77212400.730.690.70356.7957.1419.22
Hex4D151804945461653913
Octal115253001111051065457123
Binary10011011010111000010010011000101100011010110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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