#4D081C

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

Shades of Bordeaux #4D081C

Tints of Bordeaux #4D081C

Color information

#4D081C (or 0x4D081C) is unknown color: approx Bordeaux. HEX triplet: 4D, 08 and 1C. RGB value is (77,8,28). Sum of RGB (Red+Green+Blue) = 77+8+28=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D081C is #B2F7E3. Grayscale: #1E1E1E. Windows color (decimal): -11728868 or 1837133. OLE color: 1837133.

HSL color Cylindrical-coordinate representation of color #4D081C: hue angle of 342.61º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D081C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB77828-
CMYK00.900.640.70
HSL342.61º81.18%16.67%-
HSV(B)342.61º89.61%30.2%-
XYZ3.361.841.28-
YUV30.91126.36160.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 68.14%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=68.14%
G=7.08%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7782800.900.640.70342.6181.1816.67
Hex4D81C05A40461575111
Octal1151034013210010652712121
Binary10011011000111000101101010000001000110101010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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