#4D202A

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

Shades of Bordeaux #4D202A

Tints of Bordeaux #4D202A

Color information

#4D202A (or 0x4D202A) is unknown color: approx Bordeaux. HEX triplet: 4D, 20 and 2A. RGB value is (77,32,42). Sum of RGB (Red+Green+Blue) = 77+32+42=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D202A is #B2DFD5. Grayscale: #2E2E2E. Windows color (decimal): -11722710 or 2760781. OLE color: 2760781.

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

Color convert

RGB773242-
CMYK00.580.450.70
HSL346.67º41.28%21.37%-
HSV(B)346.67º58.44%30.2%-
XYZ3.992.782.52-
YUV46.6125.41149.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.99%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=50.99%
G=21.19%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77324200.580.450.70346.6741.2821.37
Hex4D202A03A2D4615b2915
Octal1154052072551065335125
Binary10011011000001010100111010101101100011010101101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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