#4D0F14

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

Shades of Bordeaux #4D0F14

Tints of Bordeaux #4D0F14

Color information

#4D0F14 (or 0x4D0F14) is unknown color: approx Bordeaux. HEX triplet: 4D, 0F and 14. RGB value is (77,15,20). Sum of RGB (Red+Green+Blue) = 77+15+20=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0F14 is #B2F0EB. Grayscale: #222222. Windows color (decimal): -11727084 or 1314637. OLE color: 1314637.

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

Color convert

RGB771520-
CMYK00.810.740.70
HSL355.16º67.39%18.04%-
HSV(B)355.16º80.52%30.2%-
XYZ3.361.970.87-
YUV34.11120.04158.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 68.75%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=68.75%
G=13.39%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77152000.810.740.70355.1667.3918.04
Hex4DF140514A461634312
Octal1151724012111210654310322
Binary10011011111101000101000110010101000110101100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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