#4D0713

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

Shades of Bordeaux #4D0713

Tints of Bordeaux #4D0713

Color information

#4D0713 (or 0x4D0713) is unknown color: approx Bordeaux. HEX triplet: 4D, 07 and 13. RGB value is (77,7,19). Sum of RGB (Red+Green+Blue) = 77+7+19=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0713 is #B2F8EC. Grayscale: #1D1D1D. Windows color (decimal): -11729133 or 1247053. OLE color: 1247053.

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

Color convert

RGB77719-
CMYK00.910.750.70
HSL349.71º83.33%16.47%-
HSV(B)349.71º90.91%30.2%-
XYZ3.251.780.79-
YUV29.3122.19162.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 74.76%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=74.76%
G=6.80%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7771900.910.750.70349.7183.3316.47
Hex4D71305B4B4615e5310
Octal115723013311310653612320
Binary1001101111100110101101110010111000110101011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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