Shades of Pohutukawa #61080F
Tints of Pohutukawa #61080F
RGB
CMYK
RGB Variations
Color information
#61080F (or 0x61080F) is known color: Pohutukawa. HEX triplet: 61, 08 and 0F. RGB value is (97,8,15). Sum of RGB (Red+Green+Blue) = 97+8+15=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #61080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61080F is #9EF7F0. Grayscale: #232323. Windows color (decimal): -10418161 or 985185. OLE color: 985185.
HSL color Cylindrical-coordinate representation of color #61080F: hue angle of 355.28º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61080F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 8 | 15 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.62 |
| HSL | 355.28º | 0.85% | 0.21% | - |
| HSV(B) | 355.28º | 0.92% | 0.38% | - |
| XYZ | 5.1 | 2.75 | 0.71 | - |
| YUV | 35.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 15 | 0 | 0.92 | 0.85 | 0.62 | 355.28 | 0.85 | 0.21 |
| Hex | 61 | 8 | F | 0 | 5C | 55 | 3E | 163 | 55 | 15 |
| Octal | 141 | 10 | 17 | 0 | 134 | 125 | 76 | 543 | 125 | 25 |
| Binary | 1100001 | 1000 | 1111 | 0 | 1011100 | 1010101 | 111110 | 101100011 | 1010101 | 10101 |
Color Harmonies of #61080F
Complementary color
Monochromatic Colors of #61080F
Black with #61080F
Text Example
Text Example
White with #61080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61080F; }
p { color: rgb(97,8,15); }
H1.HeaderClassName
{
color: #61080F;
}
.AnyTagClassName
{
color: #61080F;
}
</style>
background-color css
<style>
a { background-color: #61080F; }
a { background-color: rgb(97,8,15); }
div.DivClassName
{
background-color: #61080F;
}
.BgClassName
{
background-color: #61080F;
}
</style>
border-color css
<style>
span { border-color: #61080F; }
span { border-color: rgb(97,8,15); }
td.TdClassName
{
border-color: #61080F;
}
.TagClassName
{
border-color: #61080F;
}
</style>