Shades of Loulou #4B1443
Tints of Loulou #4B1443
RGB
CMYK
RGB Variations
Color information
#4B1443 (or 0x4B1443) is known color: Loulou. HEX triplet: 4B, 14 and 43. RGB value is (75,20,67). Sum of RGB (Red+Green+Blue) = 75+20+67=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1443 is #B4EBBC. Grayscale: #292929. Windows color (decimal): -11856829 or 4396107. OLE color: 4396107.
HSL color Cylindrical-coordinate representation of color #4B1443: hue angle of 308.73º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1443 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 67 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.71 |
| HSL | 308.73º | 0.58% | 0.19% | - |
| HSV(B) | 308.73º | 0.73% | 0.29% | - |
| XYZ | 4.16 | 2.4 | 5.55 | - |
| YUV | 41.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 67 | 0 | 0.73 | 0.11 | 0.71 | 308.73 | 0.58 | 0.19 |
| Hex | 4B | 14 | 43 | 0 | 49 | B | 47 | 135 | 3A | 13 |
| Octal | 113 | 24 | 103 | 0 | 111 | 13 | 107 | 465 | 72 | 23 |
| Binary | 1001011 | 10100 | 1000011 | 0 | 1001001 | 1011 | 1000111 | 100110101 | 111010 | 10011 |
Color Harmonies of #4B1443
Complementary color
Monochromatic Colors of #4B1443
Black with #4B1443
Text Example
Text Example
White with #4B1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1443; }
p { color: rgb(75,20,67); }
H1.HeaderClassName
{
color: #4B1443;
}
.AnyTagClassName
{
color: #4B1443;
}
</style>
background-color css
<style>
a { background-color: #4B1443; }
a { background-color: rgb(75,20,67); }
div.DivClassName
{
background-color: #4B1443;
}
.BgClassName
{
background-color: #4B1443;
}
</style>
border-color css
<style>
span { border-color: #4B1443; }
span { border-color: rgb(75,20,67); }
td.TdClassName
{
border-color: #4B1443;
}
.TagClassName
{
border-color: #4B1443;
}
</style>