Shades of Loulou #4D1943
Tints of Loulou #4D1943
RGB
CMYK
RGB Variations
Color information
#4D1943 (or 0x4D1943) is known color: Loulou. HEX triplet: 4D, 19 and 43. RGB value is (77,25,67). Sum of RGB (Red+Green+Blue) = 77+25+67=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1943 is #B2E6BC. Grayscale: #2D2D2D. Windows color (decimal): -11724477 or 4397389. OLE color: 4397389.
HSL color Cylindrical-coordinate representation of color #4D1943: hue angle of 311.54º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1943 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 67 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.70 |
| HSL | 311.54º | 0.51% | 0.2% | - |
| HSV(B) | 311.54º | 0.68% | 0.3% | - |
| XYZ | 4.42 | 2.68 | 5.59 | - |
| YUV | 45.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 67 | 0 | 0.68 | 0.13 | 0.70 | 311.54 | 0.51 | 0.2 |
| Hex | 4D | 19 | 43 | 0 | 44 | D | 46 | 138 | 33 | 14 |
| Octal | 115 | 31 | 103 | 0 | 104 | 15 | 106 | 470 | 63 | 24 |
| Binary | 1001101 | 11001 | 1000011 | 0 | 1000100 | 1101 | 1000110 | 100111000 | 110011 | 10100 |
Color Harmonies of #4D1943
Complementary color
Monochromatic Colors of #4D1943
Black with #4D1943
Text Example
Text Example
White with #4D1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1943; }
p { color: rgb(77,25,67); }
H1.HeaderClassName
{
color: #4D1943;
}
.AnyTagClassName
{
color: #4D1943;
}
</style>
background-color css
<style>
a { background-color: #4D1943; }
a { background-color: rgb(77,25,67); }
div.DivClassName
{
background-color: #4D1943;
}
.BgClassName
{
background-color: #4D1943;
}
</style>
border-color css
<style>
span { border-color: #4D1943; }
span { border-color: rgb(77,25,67); }
td.TdClassName
{
border-color: #4D1943;
}
.TagClassName
{
border-color: #4D1943;
}
</style>