#4D0D1B

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

Shades of Bordeaux #4D0D1B

Tints of Bordeaux #4D0D1B

Color information

#4D0D1B (or 0x4D0D1B) is unknown color: approx Bordeaux. HEX triplet: 4D, 0D and 1B. RGB value is (77,13,27). Sum of RGB (Red+Green+Blue) = 77+13+27=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D1B is #B2F2E4. Grayscale: #212121. Windows color (decimal): -11727589 or 1772877. OLE color: 1772877.

HSL color Cylindrical-coordinate representation of color #4D0D1B: hue angle of 346.88º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0D1B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB771327-
CMYK00.830.650.70
HSL346.88º71.11%17.65%-
HSV(B)346.88º83.12%30.2%-
XYZ3.41.941.23-
YUV33.73124.2158.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 65.81%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=65.81%
G=11.11%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77132700.830.650.70346.8871.1117.65
Hex4DD1B053414615b4712
Octal1151533012310110653310722
Binary10011011101110110101001110000011000110101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,13,27); }

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

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

 a { background-color: rgb(77,13,27); }

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

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

 span { border-color: rgb(77,13,27); }

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