Shades of Flirt #803258
Tints of Flirt #803258
RGB
CMYK
RGB Variations
Color information
#803258 (or 0x803258) is known color: Flirt. HEX triplet: 80, 32 and 58. RGB value is (128,50,88). Sum of RGB (Red+Green+Blue) = 128+50+88=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #803258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803258 is #7FCDA7. Grayscale: #4D4D4D. Windows color (decimal): -8375720 or 5780096. OLE color: 5780096.
HSL color Cylindrical-coordinate representation of color #803258: hue angle of 330.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803258 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 88 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.50 |
| HSL | 330.77º | 0.44% | 0.35% | - |
| HSV(B) | 330.77º | 0.61% | 0.5% | - |
| XYZ | 11.8 | 7.57 | 10.07 | - |
| YUV | 77.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 88 | 0 | 0.61 | 0.31 | 0.50 | 330.77 | 0.44 | 0.35 |
| Hex | 80 | 32 | 58 | 0 | 3D | 1F | 32 | 14B | 2C | 23 |
| Octal | 200 | 62 | 130 | 0 | 75 | 37 | 62 | 513 | 54 | 43 |
| Binary | 10000000 | 110010 | 1011000 | 0 | 111101 | 11111 | 110010 | 101001011 | 101100 | 100011 |
Color Harmonies of #803258
Complementary color
Monochromatic Colors of #803258
Black with #803258
Text Example
Text Example
White with #803258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803258; }
p { color: rgb(128,50,88); }
H1.HeaderClassName
{
color: #803258;
}
.AnyTagClassName
{
color: #803258;
}
</style>
background-color css
<style>
a { background-color: #803258; }
a { background-color: rgb(128,50,88); }
div.DivClassName
{
background-color: #803258;
}
.BgClassName
{
background-color: #803258;
}
</style>
border-color css
<style>
span { border-color: #803258; }
span { border-color: rgb(128,50,88); }
td.TdClassName
{
border-color: #803258;
}
.TagClassName
{
border-color: #803258;
}
</style>