#4D242C

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

Shades of Bordeaux #4D242C

Tints of Bordeaux #4D242C

Color information

#4D242C (or 0x4D242C) is unknown color: approx Bordeaux. HEX triplet: 4D, 24 and 2C. RGB value is (77,36,44). Sum of RGB (Red+Green+Blue) = 77+36+44=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D242C is #B2DBD3. Grayscale: #313131. Windows color (decimal): -11721684 or 2892877. OLE color: 2892877.

HSL color Cylindrical-coordinate representation of color #4D242C: hue angle of 348.29º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D242C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB773644-
CMYK00.530.430.70
HSL348.29º36.28%22.16%-
HSV(B)348.29º53.25%30.2%-
XYZ4.153.022.75-
YUV49.17125.08147.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=49.04%
G=22.93%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77364400.530.430.70348.2936.2822.16
Hex4D242C0352B4615c2416
Octal1154454065531065344426
Binary10011011001001011000110101101011100011010101110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,44); }

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

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

 a { background-color: rgb(77,36,44); }

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

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

 span { border-color: rgb(77,36,44); }

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