Shades of Loulou #532843
Tints of Loulou #532843
RGB
CMYK
RGB Variations
Color information
#532843 (or 0x532843) is known color: Loulou. HEX triplet: 53, 28 and 43. RGB value is (83,40,67). Sum of RGB (Red+Green+Blue) = 83+40+67=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532843 is #ACD7BC. Grayscale: #373737. Windows color (decimal): -11327421 or 4401235. OLE color: 4401235.
HSL color Cylindrical-coordinate representation of color #532843: hue angle of 322.33º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532843 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 67 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.67 |
| HSL | 322.33º | 0.35% | 0.24% | - |
| HSV(B) | 322.33º | 0.52% | 0.33% | - |
| XYZ | 5.34 | 3.76 | 5.75 | - |
| YUV | 55.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 67 | 0 | 0.52 | 0.19 | 0.67 | 322.33 | 0.35 | 0.24 |
| Hex | 53 | 28 | 43 | 0 | 34 | 13 | 43 | 142 | 23 | 18 |
| Octal | 123 | 50 | 103 | 0 | 64 | 23 | 103 | 502 | 43 | 30 |
| Binary | 1010011 | 101000 | 1000011 | 0 | 110100 | 10011 | 1000011 | 101000010 | 100011 | 11000 |
Color Harmonies of #532843
Complementary color
Monochromatic Colors of #532843
Black with #532843
Text Example
Text Example
White with #532843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532843; }
p { color: rgb(83,40,67); }
H1.HeaderClassName
{
color: #532843;
}
.AnyTagClassName
{
color: #532843;
}
</style>
background-color css
<style>
a { background-color: #532843; }
a { background-color: rgb(83,40,67); }
div.DivClassName
{
background-color: #532843;
}
.BgClassName
{
background-color: #532843;
}
</style>
border-color css
<style>
span { border-color: #532843; }
span { border-color: rgb(83,40,67); }
td.TdClassName
{
border-color: #532843;
}
.TagClassName
{
border-color: #532843;
}
</style>