#4D141C

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

Shades of Bordeaux #4D141C

Tints of Bordeaux #4D141C

Color information

#4D141C (or 0x4D141C) is unknown color: approx Bordeaux. HEX triplet: 4D, 14 and 1C. RGB value is (77,20,28). Sum of RGB (Red+Green+Blue) = 77+20+28=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D141C is #B2EBE3. Grayscale: #252525. Windows color (decimal): -11725796 or 1840205. OLE color: 1840205.

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

Color convert

RGB772028-
CMYK00.740.640.70
HSL351.58º58.76%19.02%-
HSV(B)351.58º74.03%30.2%-
XYZ3.522.161.33-
YUV37.96122.38155.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.6%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=61.6%
G=16%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77202800.740.640.70351.5858.7619.02
Hex4D141C04A40461603b13
Octal115243401121001065407323
Binary10011011010011100010010101000000100011010110000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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