#4D081E

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

Shades of Bordeaux #4D081E

Tints of Bordeaux #4D081E

Color information

#4D081E (or 0x4D081E) is unknown color: approx Bordeaux. HEX triplet: 4D, 08 and 1E. RGB value is (77,8,30). Sum of RGB (Red+Green+Blue) = 77+8+30=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D081E is #B2F7E1. Grayscale: #1F1F1F. Windows color (decimal): -11728866 or 1968205. OLE color: 1968205.

HSL color Cylindrical-coordinate representation of color #4D081E: hue angle of 340.87º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D081E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB77830-
CMYK00.900.610.70
HSL340.87º81.18%16.67%-
HSV(B)340.87º89.61%30.2%-
XYZ3.381.851.41-
YUV31.14127.36160.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 66.96%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=66.96%
G=6.96%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7783000.900.610.70340.8781.1816.67
Hex4D81E05A3D461555111
Octal115103601327510652512121
Binary1001101100011110010110101111011000110101010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,8,30); }

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

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

 a { background-color: rgb(77,8,30); }

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

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

 span { border-color: rgb(77,8,30); }

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