#4D0113

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

Shades of Bordeaux #4D0113

Tints of Bordeaux #4D0113

Color information

#4D0113 (or 0x4D0113) is unknown color: approx Bordeaux. HEX triplet: 4D, 01 and 13. RGB value is (77,1,19). Sum of RGB (Red+Green+Blue) = 77+1+19=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0113 is #B2FEEC. Grayscale: #191919. Windows color (decimal): -11730669 or 1245517. OLE color: 1245517.

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

Color convert

RGB77119-
CMYK00.990.750.70
HSL345.79º97.44%15.29%-
HSV(B)345.79º98.7%30.2%-
XYZ3.191.650.77-
YUV25.78124.18164.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 79.38%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=79.38%
G=1.03%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7711900.990.750.70345.7997.4415.29
Hex4D1130634B4615a61f
Octal115123014311310653214117
Binary1001101110011011000111001011100011010101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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