Shades of Pohutukawa #67081F
Tints of Pohutukawa #67081F
RGB
CMYK
RGB Variations
Color information
#67081F (or 0x67081F) is known color: Pohutukawa. HEX triplet: 67, 08 and 1F. RGB value is (103,8,31). Sum of RGB (Red+Green+Blue) = 103+8+31=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #67081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67081F is #98F7E0. Grayscale: #272727. Windows color (decimal): -10024929 or 2033767. OLE color: 2033767.
HSL color Cylindrical-coordinate representation of color #67081F: hue angle of 345.47º 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 #67081F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 31 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.60 |
| HSL | 345.47º | 0.86% | 0.22% | - |
| HSV(B) | 345.47º | 0.92% | 0.4% | - |
| XYZ | 5.93 | 3.16 | 1.59 | - |
| YUV | 39.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 31 | 0 | 0.92 | 0.70 | 0.60 | 345.47 | 0.86 | 0.22 |
| Hex | 67 | 8 | 1F | 0 | 5C | 46 | 3C | 159 | 56 | 16 |
| Octal | 147 | 10 | 37 | 0 | 134 | 106 | 74 | 531 | 126 | 26 |
| Binary | 1100111 | 1000 | 11111 | 0 | 1011100 | 1000110 | 111100 | 101011001 | 1010110 | 10110 |
Color Harmonies of #67081F
Complementary color
Monochromatic Colors of #67081F
Black with #67081F
Text Example
Text Example
White with #67081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67081F; }
p { color: rgb(103,8,31); }
H1.HeaderClassName
{
color: #67081F;
}
.AnyTagClassName
{
color: #67081F;
}
</style>
background-color css
<style>
a { background-color: #67081F; }
a { background-color: rgb(103,8,31); }
div.DivClassName
{
background-color: #67081F;
}
.BgClassName
{
background-color: #67081F;
}
</style>
border-color css
<style>
span { border-color: #67081F; }
span { border-color: rgb(103,8,31); }
td.TdClassName
{
border-color: #67081F;
}
.TagClassName
{
border-color: #67081F;
}
</style>