Shades of Loulou #4B2445
Tints of Loulou #4B2445
RGB
CMYK
RGB Variations
Color information
#4B2445 (or 0x4B2445) is known color: Loulou. HEX triplet: 4B, 24 and 45. RGB value is (75,36,69). Sum of RGB (Red+Green+Blue) = 75+36+69=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2445 is #B4DBBA. Grayscale: #333333. Windows color (decimal): -11852731 or 4531275. OLE color: 4531275.
HSL color Cylindrical-coordinate representation of color #4B2445: hue angle of 309.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2445 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 69 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.71 |
| HSL | 309.23º | 0.35% | 0.22% | - |
| HSV(B) | 309.23º | 0.52% | 0.29% | - |
| XYZ | 4.61 | 3.19 | 6 | - |
| YUV | 51.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 69 | 0 | 0.52 | 0.08 | 0.71 | 309.23 | 0.35 | 0.22 |
| Hex | 4B | 24 | 45 | 0 | 34 | 8 | 47 | 135 | 23 | 16 |
| Octal | 113 | 44 | 105 | 0 | 64 | 10 | 107 | 465 | 43 | 26 |
| Binary | 1001011 | 100100 | 1000101 | 0 | 110100 | 1000 | 1000111 | 100110101 | 100011 | 10110 |
Color Harmonies of #4B2445
Complementary color
Monochromatic Colors of #4B2445
Black with #4B2445
Text Example
Text Example
White with #4B2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2445; }
p { color: rgb(75,36,69); }
H1.HeaderClassName
{
color: #4B2445;
}
.AnyTagClassName
{
color: #4B2445;
}
</style>
background-color css
<style>
a { background-color: #4B2445; }
a { background-color: rgb(75,36,69); }
div.DivClassName
{
background-color: #4B2445;
}
.BgClassName
{
background-color: #4B2445;
}
</style>
border-color css
<style>
span { border-color: #4B2445; }
span { border-color: rgb(75,36,69); }
td.TdClassName
{
border-color: #4B2445;
}
.TagClassName
{
border-color: #4B2445;
}
</style>