Shades of Loulou #4B1843
Tints of Loulou #4B1843
RGB
CMYK
RGB Variations
Color information
#4B1843 (or 0x4B1843) is known color: Loulou. HEX triplet: 4B, 18 and 43. RGB value is (75,24,67). Sum of RGB (Red+Green+Blue) = 75+24+67=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1843 is #B4E7BC. Grayscale: #2C2C2C. Windows color (decimal): -11855805 or 4397131. OLE color: 4397131.
HSL color Cylindrical-coordinate representation of color #4B1843: hue angle of 309.41º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1843 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 67 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.71 |
| HSL | 309.41º | 0.52% | 0.19% | - |
| HSV(B) | 309.41º | 0.68% | 0.29% | - |
| XYZ | 4.24 | 2.55 | 5.58 | - |
| YUV | 44.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 67 | 0 | 0.68 | 0.11 | 0.71 | 309.41 | 0.52 | 0.19 |
| Hex | 4B | 18 | 43 | 0 | 44 | B | 47 | 135 | 34 | 13 |
| Octal | 113 | 30 | 103 | 0 | 104 | 13 | 107 | 465 | 64 | 23 |
| Binary | 1001011 | 11000 | 1000011 | 0 | 1000100 | 1011 | 1000111 | 100110101 | 110100 | 10011 |
Color Harmonies of #4B1843
Complementary color
Monochromatic Colors of #4B1843
Black with #4B1843
Text Example
Text Example
White with #4B1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1843; }
p { color: rgb(75,24,67); }
H1.HeaderClassName
{
color: #4B1843;
}
.AnyTagClassName
{
color: #4B1843;
}
</style>
background-color css
<style>
a { background-color: #4B1843; }
a { background-color: rgb(75,24,67); }
div.DivClassName
{
background-color: #4B1843;
}
.BgClassName
{
background-color: #4B1843;
}
</style>
border-color css
<style>
span { border-color: #4B1843; }
span { border-color: rgb(75,24,67); }
td.TdClassName
{
border-color: #4B1843;
}
.TagClassName
{
border-color: #4B1843;
}
</style>