Shades of Siren #68273D
Tints of Siren #68273D
RGB
CMYK
RGB Variations
Color information
#68273D (or 0x68273D) is known color: Siren. HEX triplet: 68, 27 and 3D. RGB value is (104,39,61). Sum of RGB (Red+Green+Blue) = 104+39+61=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68273D is #97D8C2. Grayscale: #3C3C3C. Windows color (decimal): -9951427 or 4007784. OLE color: 4007784.
HSL color Cylindrical-coordinate representation of color #68273D: hue angle of 339.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68273D is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 61 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.59 |
| HSL | 339.69º | 0.45% | 0.28% | - |
| HSV(B) | 339.69º | 0.63% | 0.41% | - |
| XYZ | 7.28 | 4.73 | 4.94 | - |
| YUV | 60.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 61 | 0 | 0.62 | 0.41 | 0.59 | 339.69 | 0.45 | 0.28 |
| Hex | 68 | 27 | 3D | 0 | 3E | 29 | 3B | 154 | 2D | 1C |
| Octal | 150 | 47 | 75 | 0 | 76 | 51 | 73 | 524 | 55 | 34 |
| Binary | 1101000 | 100111 | 111101 | 0 | 111110 | 101001 | 111011 | 101010100 | 101101 | 11100 |
Color Harmonies of #68273D
Complementary color
Monochromatic Colors of #68273D
Black with #68273D
Text Example
Text Example
White with #68273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68273D; }
p { color: rgb(104,39,61); }
H1.HeaderClassName
{
color: #68273D;
}
.AnyTagClassName
{
color: #68273D;
}
</style>
background-color css
<style>
a { background-color: #68273D; }
a { background-color: rgb(104,39,61); }
div.DivClassName
{
background-color: #68273D;
}
.BgClassName
{
background-color: #68273D;
}
</style>
border-color css
<style>
span { border-color: #68273D; }
span { border-color: rgb(104,39,61); }
td.TdClassName
{
border-color: #68273D;
}
.TagClassName
{
border-color: #68273D;
}
</style>