#4D0913

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

Shades of Bordeaux #4D0913

Tints of Bordeaux #4D0913

Color information

#4D0913 (or 0x4D0913) is unknown color: approx Bordeaux. HEX triplet: 4D, 09 and 13. RGB value is (77,9,19). Sum of RGB (Red+Green+Blue) = 77+9+19=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0913 is #B2F6EC. Grayscale: #1E1E1E. Windows color (decimal): -11728621 or 1247565. OLE color: 1247565.

HSL color Cylindrical-coordinate representation of color #4D0913: hue angle of 351.18º 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 #4D0913 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB77919-
CMYK00.880.750.70
HSL351.18º79.07%16.86%-
HSV(B)351.18º88.31%30.2%-
XYZ3.281.820.79-
YUV30.47121.53161.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 73.33%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=73.33%
G=8.57%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7791900.880.750.70351.1879.0716.86
Hex4D9130584B4615f4f11
Octal1151123013011310653711721
Binary10011011001100110101100010010111000110101011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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