Shades of Siren #692D42
Tints of Siren #692D42
RGB
CMYK
RGB Variations
Color information
#692D42 (or 0x692D42) is known color: Siren. HEX triplet: 69, 2D and 42. RGB value is (105,45,66). Sum of RGB (Red+Green+Blue) = 105+45+66=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #692D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D42 is #96D2BD. Grayscale: #414141. Windows color (decimal): -9884350 or 4337001. OLE color: 4337001.
HSL color Cylindrical-coordinate representation of color #692D42: hue angle of 339º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D42 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 66 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.59 |
| HSL | 339º | 0.4% | 0.29% | - |
| HSV(B) | 339º | 0.57% | 0.41% | - |
| XYZ | 7.75 | 5.27 | 5.76 | - |
| YUV | 65.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 66 | 0 | 0.57 | 0.37 | 0.59 | 339 | 0.4 | 0.29 |
| Hex | 69 | 2D | 42 | 0 | 39 | 25 | 3B | 153 | 28 | 1D |
| Octal | 151 | 55 | 102 | 0 | 71 | 45 | 73 | 523 | 50 | 35 |
| Binary | 1101001 | 101101 | 1000010 | 0 | 111001 | 100101 | 111011 | 101010011 | 101000 | 11101 |
Color Harmonies of #692D42
Complementary color
Monochromatic Colors of #692D42
Black with #692D42
Text Example
Text Example
White with #692D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D42; }
p { color: rgb(105,45,66); }
H1.HeaderClassName
{
color: #692D42;
}
.AnyTagClassName
{
color: #692D42;
}
</style>
background-color css
<style>
a { background-color: #692D42; }
a { background-color: rgb(105,45,66); }
div.DivClassName
{
background-color: #692D42;
}
.BgClassName
{
background-color: #692D42;
}
</style>
border-color css
<style>
span { border-color: #692D42; }
span { border-color: rgb(105,45,66); }
td.TdClassName
{
border-color: #692D42;
}
.TagClassName
{
border-color: #692D42;
}
</style>