Shades of Pohutukawa #61061E
Tints of Pohutukawa #61061E
RGB
CMYK
RGB Variations
Color information
#61061E (or 0x61061E) is known color: Pohutukawa. HEX triplet: 61, 06 and 1E. RGB value is (97,6,30). Sum of RGB (Red+Green+Blue) = 97+6+30=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #61061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61061E is #9EF9E1. Grayscale: #232323. Windows color (decimal): -10418658 or 1967713. OLE color: 1967713.
HSL color Cylindrical-coordinate representation of color #61061E: hue angle of 344.18º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61061E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 6 | 30 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.62 |
| HSL | 344.18º | 0.88% | 0.2% | - |
| HSV(B) | 344.18º | 0.94% | 0.38% | - |
| XYZ | 5.23 | 2.77 | 1.49 | - |
| YUV | 35.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 30 | 0 | 0.94 | 0.69 | 0.62 | 344.18 | 0.88 | 0.2 |
| Hex | 61 | 6 | 1E | 0 | 5E | 45 | 3E | 158 | 58 | 14 |
| Octal | 141 | 6 | 36 | 0 | 136 | 105 | 76 | 530 | 130 | 24 |
| Binary | 1100001 | 110 | 11110 | 0 | 1011110 | 1000101 | 111110 | 101011000 | 1011000 | 10100 |
Color Harmonies of #61061E
Complementary color
Monochromatic Colors of #61061E
Black with #61061E
Text Example
Text Example
White with #61061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61061E; }
p { color: rgb(97,6,30); }
H1.HeaderClassName
{
color: #61061E;
}
.AnyTagClassName
{
color: #61061E;
}
</style>
background-color css
<style>
a { background-color: #61061E; }
a { background-color: rgb(97,6,30); }
div.DivClassName
{
background-color: #61061E;
}
.BgClassName
{
background-color: #61061E;
}
</style>
border-color css
<style>
span { border-color: #61061E; }
span { border-color: rgb(97,6,30); }
td.TdClassName
{
border-color: #61061E;
}
.TagClassName
{
border-color: #61061E;
}
</style>