#4D011B

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

Shades of Bordeaux #4D011B

Tints of Bordeaux #4D011B

Color information

#4D011B (or 0x4D011B) is unknown color: approx Bordeaux. HEX triplet: 4D, 01 and 1B. RGB value is (77,1,27). Sum of RGB (Red+Green+Blue) = 77+1+27=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D011B is #B2FEE4. Grayscale: #1A1A1A. Windows color (decimal): -11730661 or 1769805. OLE color: 1769805.

HSL color Cylindrical-coordinate representation of color #4D011B: hue angle of 339.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D011B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB77127-
CMYK00.990.650.70
HSL339.47º97.44%15.29%-
HSV(B)339.47º98.7%30.2%-
XYZ3.271.681.19-
YUV26.69128.18163.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 73.33%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=73.33%
G=0.95%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7712700.990.650.70339.4797.4415.29
Hex4D11B063414615361f
Octal115133014310110652314117
Binary1001101111011011000111000001100011010101001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,1,27); }

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

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

 a { background-color: rgb(77,1,27); }

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

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

 span { border-color: rgb(77,1,27); }

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