#4D051C

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

Shades of Bordeaux #4D051C

Tints of Bordeaux #4D051C

Color information

#4D051C (or 0x4D051C) is unknown color: approx Bordeaux. HEX triplet: 4D, 05 and 1C. RGB value is (77,5,28). Sum of RGB (Red+Green+Blue) = 77+5+28=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D051C is #B2FAE3. Grayscale: #1D1D1D. Windows color (decimal): -11729636 or 1836365. OLE color: 1836365.

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

Color convert

RGB77528-
CMYK00.940.640.70
HSL340.83º87.8%16.08%-
HSV(B)340.83º93.51%30.2%-
XYZ3.321.771.27-
YUV29.15127.35162.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=70%
G=4.55%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7752800.940.640.70340.8387.816.08
Hex4D51C05E40461555810
Octal115534013610010652513020
Binary1001101101111000101111010000001000110101010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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