Shades of Loulou #4B2143
Tints of Loulou #4B2143
RGB
CMYK
RGB Variations
Color information
#4B2143 (or 0x4B2143) is known color: Loulou. HEX triplet: 4B, 21 and 43. RGB value is (75,33,67). Sum of RGB (Red+Green+Blue) = 75+33+67=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2143 is #B4DEBC. Grayscale: #313131. Windows color (decimal): -11853501 or 4399435. OLE color: 4399435.
HSL color Cylindrical-coordinate representation of color #4B2143: hue angle of 311.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2143 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 67 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.71 |
| HSL | 311.43º | 0.39% | 0.21% | - |
| HSV(B) | 311.43º | 0.56% | 0.29% | - |
| XYZ | 4.46 | 2.99 | 5.65 | - |
| YUV | 49.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 67 | 0 | 0.56 | 0.11 | 0.71 | 311.43 | 0.39 | 0.21 |
| Hex | 4B | 21 | 43 | 0 | 38 | B | 47 | 137 | 27 | 15 |
| Octal | 113 | 41 | 103 | 0 | 70 | 13 | 107 | 467 | 47 | 25 |
| Binary | 1001011 | 100001 | 1000011 | 0 | 111000 | 1011 | 1000111 | 100110111 | 100111 | 10101 |
Color Harmonies of #4B2143
Complementary color
Monochromatic Colors of #4B2143
Black with #4B2143
Text Example
Text Example
White with #4B2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2143; }
p { color: rgb(75,33,67); }
H1.HeaderClassName
{
color: #4B2143;
}
.AnyTagClassName
{
color: #4B2143;
}
</style>
background-color css
<style>
a { background-color: #4B2143; }
a { background-color: rgb(75,33,67); }
div.DivClassName
{
background-color: #4B2143;
}
.BgClassName
{
background-color: #4B2143;
}
</style>
border-color css
<style>
span { border-color: #4B2143; }
span { border-color: rgb(75,33,67); }
td.TdClassName
{
border-color: #4B2143;
}
.TagClassName
{
border-color: #4B2143;
}
</style>