Shades of Pohutukawa #67101F
Tints of Pohutukawa #67101F
RGB
CMYK
RGB Variations
Color information
#67101F (or 0x67101F) is known color: Pohutukawa. HEX triplet: 67, 10 and 1F. RGB value is (103,16,31). Sum of RGB (Red+Green+Blue) = 103+16+31=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67101F is #98EFE0. Grayscale: #2B2B2B. Windows color (decimal): -10022881 or 2035815. OLE color: 2035815.
HSL color Cylindrical-coordinate representation of color #67101F: hue angle of 349.66º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67101F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 31 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.60 |
| HSL | 349.66º | 0.73% | 0.23% | - |
| HSV(B) | 349.66º | 0.84% | 0.4% | - |
| XYZ | 6.03 | 3.35 | 1.63 | - |
| YUV | 43.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 31 | 0 | 0.84 | 0.70 | 0.60 | 349.66 | 0.73 | 0.23 |
| Hex | 67 | 10 | 1F | 0 | 54 | 46 | 3C | 15E | 49 | 17 |
| Octal | 147 | 20 | 37 | 0 | 124 | 106 | 74 | 536 | 111 | 27 |
| Binary | 1100111 | 10000 | 11111 | 0 | 1010100 | 1000110 | 111100 | 101011110 | 1001001 | 10111 |
Color Harmonies of #67101F
Complementary color
Monochromatic Colors of #67101F
Black with #67101F
Text Example
Text Example
White with #67101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67101F; }
p { color: rgb(103,16,31); }
H1.HeaderClassName
{
color: #67101F;
}
.AnyTagClassName
{
color: #67101F;
}
</style>
background-color css
<style>
a { background-color: #67101F; }
a { background-color: rgb(103,16,31); }
div.DivClassName
{
background-color: #67101F;
}
.BgClassName
{
background-color: #67101F;
}
</style>
border-color css
<style>
span { border-color: #67101F; }
span { border-color: rgb(103,16,31); }
td.TdClassName
{
border-color: #67101F;
}
.TagClassName
{
border-color: #67101F;
}
</style>