Shades of Pohutukawa #67090A
Tints of Pohutukawa #67090A
RGB
CMYK
RGB Variations
Color information
#67090A (or 0x67090A) is known color: Pohutukawa. HEX triplet: 67, 09 and 0A. RGB value is (103,9,10). Sum of RGB (Red+Green+Blue) = 103+9+10=122 (16% of max value = 765). Red value is 103 (40.62% from 255 or 84.43% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 103 - color contains mainly: red. Hex color #67090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67090A is #98F6F5. Grayscale: #252525. Windows color (decimal): -10024694 or 657767. OLE color: 657767.
HSL color Cylindrical-coordinate representation of color #67090A: hue angle of 359.36º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67090A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 10 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.60 |
| HSL | 359.36º | 0.84% | 0.22% | - |
| HSV(B) | 359.36º | 0.91% | 0.4% | - |
| XYZ | 5.75 | 3.1 | 0.58 | - |
| YUV | 37.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 10 | 0 | 0.91 | 0.90 | 0.60 | 359.36 | 0.84 | 0.22 |
| Hex | 67 | 9 | A | 0 | 5B | 5A | 3C | 167 | 54 | 16 |
| Octal | 147 | 11 | 12 | 0 | 133 | 132 | 74 | 547 | 124 | 26 |
| Binary | 1100111 | 1001 | 1010 | 0 | 1011011 | 1011010 | 111100 | 101100111 | 1010100 | 10110 |
Color Harmonies of #67090A
Complementary color
Monochromatic Colors of #67090A
Black with #67090A
Text Example
Text Example
White with #67090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67090A; }
p { color: rgb(103,9,10); }
H1.HeaderClassName
{
color: #67090A;
}
.AnyTagClassName
{
color: #67090A;
}
</style>
background-color css
<style>
a { background-color: #67090A; }
a { background-color: rgb(103,9,10); }
div.DivClassName
{
background-color: #67090A;
}
.BgClassName
{
background-color: #67090A;
}
</style>
border-color css
<style>
span { border-color: #67090A; }
span { border-color: rgb(103,9,10); }
td.TdClassName
{
border-color: #67090A;
}
.TagClassName
{
border-color: #67090A;
}
</style>