#4D091B

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

Shades of Bordeaux #4D091B

Tints of Bordeaux #4D091B

Color information

#4D091B (or 0x4D091B) is unknown color: approx Bordeaux. HEX triplet: 4D, 09 and 1B. RGB value is (77,9,27). Sum of RGB (Red+Green+Blue) = 77+9+27=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D091B is #B2F6E4. Grayscale: #1F1F1F. Windows color (decimal): -11728613 or 1771853. OLE color: 1771853.

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

Color convert

RGB77927-
CMYK00.880.650.70
HSL344.12º79.07%16.86%-
HSV(B)344.12º88.31%30.2%-
XYZ3.361.851.22-
YUV31.38125.53160.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 68.14%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=68.14%
G=7.96%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7792700.880.650.70344.1279.0716.86
Hex4D91B05841461584f11
Octal1151133013010110653011721
Binary10011011001110110101100010000011000110101011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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