#4D131E

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

Shades of Bordeaux #4D131E

Tints of Bordeaux #4D131E

Color information

#4D131E (or 0x4D131E) is unknown color: approx Bordeaux. HEX triplet: 4D, 13 and 1E. RGB value is (77,19,30). Sum of RGB (Red+Green+Blue) = 77+19+30=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D131E is #B2ECE1. Grayscale: #252525. Windows color (decimal): -11726050 or 1971021. OLE color: 1971021.

HSL color Cylindrical-coordinate representation of color #4D131E: hue angle of 348.62º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D131E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB771930-
CMYK00.750.610.70
HSL348.62º60.42%18.82%-
HSV(B)348.62º75.32%30.2%-
XYZ3.532.141.45-
YUV37.6123.72156.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.11%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=61.11%
G=15.08%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77193000.750.610.70348.6260.4218.82
Hex4D131E04B3D4615d3c13
Octal11523360113751065357423
Binary1001101100111111001001011111101100011010101110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,19,30); }

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

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

 a { background-color: rgb(77,19,30); }

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

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

 span { border-color: rgb(77,19,30); }

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