Shades of Pohutukawa #67080F
Tints of Pohutukawa #67080F
RGB
CMYK
RGB Variations
Color information
#67080F (or 0x67080F) is known color: Pohutukawa. HEX triplet: 67, 08 and 0F. RGB value is (103,8,15). Sum of RGB (Red+Green+Blue) = 103+8+15=126 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.75% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 103 - color contains mainly: red. Hex color #67080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67080F is #98F7F0. Grayscale: #252525. Windows color (decimal): -10024945 or 985191. OLE color: 985191.
HSL color Cylindrical-coordinate representation of color #67080F: hue angle of 355.58º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67080F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 15 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.60 |
| HSL | 355.58º | 0.86% | 0.22% | - |
| HSV(B) | 355.58º | 0.92% | 0.4% | - |
| XYZ | 5.77 | 3.09 | 0.74 | - |
| YUV | 37.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 15 | 0 | 0.92 | 0.85 | 0.60 | 355.58 | 0.86 | 0.22 |
| Hex | 67 | 8 | F | 0 | 5C | 55 | 3C | 164 | 56 | 16 |
| Octal | 147 | 10 | 17 | 0 | 134 | 125 | 74 | 544 | 126 | 26 |
| Binary | 1100111 | 1000 | 1111 | 0 | 1011100 | 1010101 | 111100 | 101100100 | 1010110 | 10110 |
Color Harmonies of #67080F
Complementary color
Monochromatic Colors of #67080F
Black with #67080F
Text Example
Text Example
White with #67080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67080F; }
p { color: rgb(103,8,15); }
H1.HeaderClassName
{
color: #67080F;
}
.AnyTagClassName
{
color: #67080F;
}
</style>
background-color css
<style>
a { background-color: #67080F; }
a { background-color: rgb(103,8,15); }
div.DivClassName
{
background-color: #67080F;
}
.BgClassName
{
background-color: #67080F;
}
</style>
border-color css
<style>
span { border-color: #67080F; }
span { border-color: rgb(103,8,15); }
td.TdClassName
{
border-color: #67080F;
}
.TagClassName
{
border-color: #67080F;
}
</style>