#4D051D

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

Shades of Bordeaux #4D051D

Tints of Bordeaux #4D051D

Color information

#4D051D (or 0x4D051D) is unknown color: approx Bordeaux. HEX triplet: 4D, 05 and 1D. RGB value is (77,5,29). Sum of RGB (Red+Green+Blue) = 77+5+29=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D051D is #B2FAE2. Grayscale: #1D1D1D. Windows color (decimal): -11729635 or 1901901. OLE color: 1901901.

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

Color convert

RGB77529-
CMYK00.940.620.70
HSL340º87.8%16.08%-
HSV(B)340º93.51%30.2%-
XYZ3.341.781.33-
YUV29.26127.85162.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 69.37%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=69.37%
G=4.50%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7752900.940.620.7034087.816.08
Hex4D51D05E3E461545810
Octal11553501367610652413020
Binary100110110111101010111101111101000110101010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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