Shades of Loulou #4C1843
Tints of Loulou #4C1843
RGB
CMYK
RGB Variations
Color information
#4C1843 (or 0x4C1843) is known color: Loulou. HEX triplet: 4C, 18 and 43. RGB value is (76,24,67). Sum of RGB (Red+Green+Blue) = 76+24+67=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1843 is #B3E7BC. Grayscale: #2C2C2C. Windows color (decimal): -11790269 or 4397132. OLE color: 4397132.
HSL color Cylindrical-coordinate representation of color #4C1843: hue angle of 310.38º degrees, saturation: 0.52, 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 #4C1843 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 67 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.70 |
| HSL | 310.38º | 0.52% | 0.2% | - |
| HSV(B) | 310.38º | 0.68% | 0.3% | - |
| XYZ | 4.32 | 2.6 | 5.58 | - |
| YUV | 44.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 67 | 0 | 0.68 | 0.12 | 0.70 | 310.38 | 0.52 | 0.2 |
| Hex | 4C | 18 | 43 | 0 | 44 | C | 46 | 136 | 34 | 14 |
| Octal | 114 | 30 | 103 | 0 | 104 | 14 | 106 | 466 | 64 | 24 |
| Binary | 1001100 | 11000 | 1000011 | 0 | 1000100 | 1100 | 1000110 | 100110110 | 110100 | 10100 |
Color Harmonies of #4C1843
Complementary color
Monochromatic Colors of #4C1843
Black with #4C1843
Text Example
Text Example
White with #4C1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1843; }
p { color: rgb(76,24,67); }
H1.HeaderClassName
{
color: #4C1843;
}
.AnyTagClassName
{
color: #4C1843;
}
</style>
background-color css
<style>
a { background-color: #4C1843; }
a { background-color: rgb(76,24,67); }
div.DivClassName
{
background-color: #4C1843;
}
.BgClassName
{
background-color: #4C1843;
}
</style>
border-color css
<style>
span { border-color: #4C1843; }
span { border-color: rgb(76,24,67); }
td.TdClassName
{
border-color: #4C1843;
}
.TagClassName
{
border-color: #4C1843;
}
</style>