Shades of Pohutukawa #67101E
Tints of Pohutukawa #67101E
RGB
CMYK
RGB Variations
Color information
#67101E (or 0x67101E) is known color: Pohutukawa. HEX triplet: 67, 10 and 1E. RGB value is (103,16,30). Sum of RGB (Red+Green+Blue) = 103+16+30=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #67101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67101E is #98EFE1. Grayscale: #2B2B2B. Windows color (decimal): -10022882 or 1970279. OLE color: 1970279.
HSL color Cylindrical-coordinate representation of color #67101E: hue angle of 350.34º 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 #67101E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 30 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.60 |
| HSL | 350.34º | 0.73% | 0.23% | - |
| HSV(B) | 350.34º | 0.84% | 0.4% | - |
| XYZ | 6.01 | 3.35 | 1.56 | - |
| YUV | 43.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 30 | 0 | 0.84 | 0.71 | 0.60 | 350.34 | 0.73 | 0.23 |
| Hex | 67 | 10 | 1E | 0 | 54 | 47 | 3C | 15E | 49 | 17 |
| Octal | 147 | 20 | 36 | 0 | 124 | 107 | 74 | 536 | 111 | 27 |
| Binary | 1100111 | 10000 | 11110 | 0 | 1010100 | 1000111 | 111100 | 101011110 | 1001001 | 10111 |
Color Harmonies of #67101E
Complementary color
Monochromatic Colors of #67101E
Black with #67101E
Text Example
Text Example
White with #67101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67101E; }
p { color: rgb(103,16,30); }
H1.HeaderClassName
{
color: #67101E;
}
.AnyTagClassName
{
color: #67101E;
}
</style>
background-color css
<style>
a { background-color: #67101E; }
a { background-color: rgb(103,16,30); }
div.DivClassName
{
background-color: #67101E;
}
.BgClassName
{
background-color: #67101E;
}
</style>
border-color css
<style>
span { border-color: #67101E; }
span { border-color: rgb(103,16,30); }
td.TdClassName
{
border-color: #67101E;
}
.TagClassName
{
border-color: #67101E;
}
</style>