#4D0B19

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

Shades of Bordeaux #4D0B19

Tints of Bordeaux #4D0B19

Color information

#4D0B19 (or 0x4D0B19) is unknown color: approx Bordeaux. HEX triplet: 4D, 0B and 19. RGB value is (77,11,25). Sum of RGB (Red+Green+Blue) = 77+11+25=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0B19 is #B2F4E6. Grayscale: #202020. Windows color (decimal): -11728103 or 1641293. OLE color: 1641293.

HSL color Cylindrical-coordinate representation of color #4D0B19: hue angle of 347.27º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0B19 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB771125-
CMYK00.860.680.70
HSL347.27º75%17.25%-
HSV(B)347.27º85.71%30.2%-
XYZ3.361.891.11-
YUV32.33123.87159.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 68.14%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=68.14%
G=9.73%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77112500.860.680.70347.277517.25
Hex4DB19056444615b4b11
Octal1151331012610410653311321
Binary10011011011110010101011010001001000110101011011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,11,25); }

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

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

 a { background-color: rgb(77,11,25); }

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

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

 span { border-color: rgb(77,11,25); }

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