Shades of Siren #69213B
Tints of Siren #69213B
RGB
CMYK
RGB Variations
Color information
#69213B (or 0x69213B) is known color: Siren. HEX triplet: 69, 21 and 3B. RGB value is (105,33,59). Sum of RGB (Red+Green+Blue) = 105+33+59=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69213B is #96DEC4. Grayscale: #393939. Windows color (decimal): -9887429 or 3875177. OLE color: 3875177.
HSL color Cylindrical-coordinate representation of color #69213B: hue angle of 338.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69213B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 59 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.59 |
| HSL | 338.33º | 0.52% | 0.27% | - |
| HSV(B) | 338.33º | 0.69% | 0.41% | - |
| XYZ | 7.16 | 4.41 | 4.61 | - |
| YUV | 57.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 59 | 0 | 0.69 | 0.44 | 0.59 | 338.33 | 0.52 | 0.27 |
| Hex | 69 | 21 | 3B | 0 | 45 | 2C | 3B | 152 | 34 | 1B |
| Octal | 151 | 41 | 73 | 0 | 105 | 54 | 73 | 522 | 64 | 33 |
| Binary | 1101001 | 100001 | 111011 | 0 | 1000101 | 101100 | 111011 | 101010010 | 110100 | 11011 |
Color Harmonies of #69213B
Complementary color
Monochromatic Colors of #69213B
Black with #69213B
Text Example
Text Example
White with #69213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69213B; }
p { color: rgb(105,33,59); }
H1.HeaderClassName
{
color: #69213B;
}
.AnyTagClassName
{
color: #69213B;
}
</style>
background-color css
<style>
a { background-color: #69213B; }
a { background-color: rgb(105,33,59); }
div.DivClassName
{
background-color: #69213B;
}
.BgClassName
{
background-color: #69213B;
}
</style>
border-color css
<style>
span { border-color: #69213B; }
span { border-color: rgb(105,33,59); }
td.TdClassName
{
border-color: #69213B;
}
.TagClassName
{
border-color: #69213B;
}
</style>