Shades of Pohutukawa #61051A
Tints of Pohutukawa #61051A
RGB
CMYK
RGB Variations
Color information
#61051A (or 0x61051A) is known color: Pohutukawa. HEX triplet: 61, 05 and 1A. RGB value is (97,5,26). Sum of RGB (Red+Green+Blue) = 97+5+26=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #61051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61051A is #9EFAE5. Grayscale: #222222. Windows color (decimal): -10418918 or 1705313. OLE color: 1705313.
HSL color Cylindrical-coordinate representation of color #61051A: hue angle of 346.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61051A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 5 | 26 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.62 |
| HSL | 346.3º | 0.9% | 0.2% | - |
| HSV(B) | 346.3º | 0.95% | 0.38% | - |
| XYZ | 5.17 | 2.72 | 1.23 | - |
| YUV | 34.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 26 | 0 | 0.95 | 0.73 | 0.62 | 346.3 | 0.9 | 0.2 |
| Hex | 61 | 5 | 1A | 0 | 5F | 49 | 3E | 15A | 5A | 14 |
| Octal | 141 | 5 | 32 | 0 | 137 | 111 | 76 | 532 | 132 | 24 |
| Binary | 1100001 | 101 | 11010 | 0 | 1011111 | 1001001 | 111110 | 101011010 | 1011010 | 10100 |
Color Harmonies of #61051A
Complementary color
Monochromatic Colors of #61051A
Black with #61051A
Text Example
Text Example
White with #61051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61051A; }
p { color: rgb(97,5,26); }
H1.HeaderClassName
{
color: #61051A;
}
.AnyTagClassName
{
color: #61051A;
}
</style>
background-color css
<style>
a { background-color: #61051A; }
a { background-color: rgb(97,5,26); }
div.DivClassName
{
background-color: #61051A;
}
.BgClassName
{
background-color: #61051A;
}
</style>
border-color css
<style>
span { border-color: #61051A; }
span { border-color: rgb(97,5,26); }
td.TdClassName
{
border-color: #61051A;
}
.TagClassName
{
border-color: #61051A;
}
</style>