Shades of Loulou #58274A
Tints of Loulou #58274A
RGB
CMYK
RGB Variations
Color information
#58274A (or 0x58274A) is known color: Loulou. HEX triplet: 58, 27 and 4A. RGB value is (88,39,74). Sum of RGB (Red+Green+Blue) = 88+39+74=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58274A is #A7D8B5. Grayscale: #393939. Windows color (decimal): -10999990 or 4859736. OLE color: 4859736.
HSL color Cylindrical-coordinate representation of color #58274A: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58274A is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 74 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.65 |
| HSL | 317.14º | 0.39% | 0.25% | - |
| HSV(B) | 317.14º | 0.56% | 0.35% | - |
| XYZ | 5.99 | 4.02 | 6.94 | - |
| YUV | 57.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 74 | 0 | 0.56 | 0.16 | 0.65 | 317.14 | 0.39 | 0.25 |
| Hex | 58 | 27 | 4A | 0 | 38 | 10 | 41 | 13D | 27 | 19 |
| Octal | 130 | 47 | 112 | 0 | 70 | 20 | 101 | 475 | 47 | 31 |
| Binary | 1011000 | 100111 | 1001010 | 0 | 111000 | 10000 | 1000001 | 100111101 | 100111 | 11001 |
Color Harmonies of #58274A
Complementary color
Monochromatic Colors of #58274A
Black with #58274A
Text Example
Text Example
White with #58274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58274A; }
p { color: rgb(88,39,74); }
H1.HeaderClassName
{
color: #58274A;
}
.AnyTagClassName
{
color: #58274A;
}
</style>
background-color css
<style>
a { background-color: #58274A; }
a { background-color: rgb(88,39,74); }
div.DivClassName
{
background-color: #58274A;
}
.BgClassName
{
background-color: #58274A;
}
</style>
border-color css
<style>
span { border-color: #58274A; }
span { border-color: rgb(88,39,74); }
td.TdClassName
{
border-color: #58274A;
}
.TagClassName
{
border-color: #58274A;
}
</style>