#4D0914

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

Shades of Bordeaux #4D0914

Tints of Bordeaux #4D0914

Color information

#4D0914 (or 0x4D0914) is unknown color: approx Bordeaux. HEX triplet: 4D, 09 and 14. RGB value is (77,9,20). Sum of RGB (Red+Green+Blue) = 77+9+20=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0914 is #B2F6EB. Grayscale: #1E1E1E. Windows color (decimal): -11728620 or 1313101. OLE color: 1313101.

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

Color convert

RGB77920-
CMYK00.880.740.70
HSL350.29º79.07%16.86%-
HSV(B)350.29º88.31%30.2%-
XYZ3.281.820.84-
YUV30.59122.03161.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 72.64%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=72.64%
G=8.49%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7792000.880.740.70350.2979.0716.86
Hex4D9140584A4615e4f11
Octal1151124013011210653611721
Binary10011011001101000101100010010101000110101011110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,9,20); }

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

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

 a { background-color: rgb(77,9,20); }

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

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

 span { border-color: rgb(77,9,20); }

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