#4D1A2A

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

Shades of Bordeaux #4D1A2A

Tints of Bordeaux #4D1A2A

Color information

#4D1A2A (or 0x4D1A2A) is unknown color: approx Bordeaux. HEX triplet: 4D, 1A and 2A. RGB value is (77,26,42). Sum of RGB (Red+Green+Blue) = 77+26+42=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A2A is #B2E5D5. Grayscale: #2B2B2B. Windows color (decimal): -11724246 or 2759245. OLE color: 2759245.

HSL color Cylindrical-coordinate representation of color #4D1A2A: hue angle of 341.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A2A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB772642-
CMYK00.660.450.70
HSL341.18º49.51%20.2%-
HSV(B)341.18º66.23%30.2%-
XYZ3.852.482.47-
YUV43.07127.4152.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=53.10%
G=17.93%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77264200.660.450.70341.1849.5120.2
Hex4D1A2A0422D461553214
Octal11532520102551065256224
Binary10011011101010101001000010101101100011010101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,26,42); }

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

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

 a { background-color: rgb(77,26,42); }

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

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

 span { border-color: rgb(77,26,42); }

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