Shades of Pohutukawa #670B1B
Tints of Pohutukawa #670B1B
RGB
CMYK
RGB Variations
Color information
#670B1B (or 0x670B1B) is known color: Pohutukawa. HEX triplet: 67, 0B and 1B. RGB value is (103,11,27). Sum of RGB (Red+Green+Blue) = 103+11+27=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B1B is #98F4E4. Grayscale: #282828. Windows color (decimal): -10024165 or 1772391. OLE color: 1772391.
HSL color Cylindrical-coordinate representation of color #670B1B: hue angle of 349.57º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B1B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 27 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.60 |
| HSL | 349.57º | 0.81% | 0.22% | - |
| HSV(B) | 349.57º | 0.89% | 0.4% | - |
| XYZ | 5.91 | 3.2 | 1.34 | - |
| YUV | 40.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 27 | 0 | 0.89 | 0.74 | 0.60 | 349.57 | 0.81 | 0.22 |
| Hex | 67 | B | 1B | 0 | 59 | 4A | 3C | 15E | 51 | 16 |
| Octal | 147 | 13 | 33 | 0 | 131 | 112 | 74 | 536 | 121 | 26 |
| Binary | 1100111 | 1011 | 11011 | 0 | 1011001 | 1001010 | 111100 | 101011110 | 1010001 | 10110 |
Color Harmonies of #670B1B
Complementary color
Monochromatic Colors of #670B1B
Black with #670B1B
Text Example
Text Example
White with #670B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B1B; }
p { color: rgb(103,11,27); }
H1.HeaderClassName
{
color: #670B1B;
}
.AnyTagClassName
{
color: #670B1B;
}
</style>
background-color css
<style>
a { background-color: #670B1B; }
a { background-color: rgb(103,11,27); }
div.DivClassName
{
background-color: #670B1B;
}
.BgClassName
{
background-color: #670B1B;
}
</style>
border-color css
<style>
span { border-color: #670B1B; }
span { border-color: rgb(103,11,27); }
td.TdClassName
{
border-color: #670B1B;
}
.TagClassName
{
border-color: #670B1B;
}
</style>