Shades of Pohutukawa #67050D
Tints of Pohutukawa #67050D
RGB
CMYK
RGB Variations
Color information
#67050D (or 0x67050D) is known color: Pohutukawa. HEX triplet: 67, 05 and 0D. RGB value is (103,5,13). Sum of RGB (Red+Green+Blue) = 103+5+13=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #67050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67050D is #98FAF2. Grayscale: #232323. Windows color (decimal): -10025715 or 853351. OLE color: 853351.
HSL color Cylindrical-coordinate representation of color #67050D: hue angle of 355.1º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67050D is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 13 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.60 |
| HSL | 355.1º | 0.91% | 0.21% | - |
| HSV(B) | 355.1º | 0.95% | 0.4% | - |
| XYZ | 5.72 | 3.02 | 0.66 | - |
| YUV | 35.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 13 | 0 | 0.95 | 0.87 | 0.60 | 355.1 | 0.91 | 0.21 |
| Hex | 67 | 5 | D | 0 | 5F | 57 | 3C | 163 | 5B | 15 |
| Octal | 147 | 5 | 15 | 0 | 137 | 127 | 74 | 543 | 133 | 25 |
| Binary | 1100111 | 101 | 1101 | 0 | 1011111 | 1010111 | 111100 | 101100011 | 1011011 | 10101 |
Color Harmonies of #67050D
Complementary color
Monochromatic Colors of #67050D
Black with #67050D
Text Example
Text Example
White with #67050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67050D; }
p { color: rgb(103,5,13); }
H1.HeaderClassName
{
color: #67050D;
}
.AnyTagClassName
{
color: #67050D;
}
</style>
background-color css
<style>
a { background-color: #67050D; }
a { background-color: rgb(103,5,13); }
div.DivClassName
{
background-color: #67050D;
}
.BgClassName
{
background-color: #67050D;
}
</style>
border-color css
<style>
span { border-color: #67050D; }
span { border-color: rgb(103,5,13); }
td.TdClassName
{
border-color: #67050D;
}
.TagClassName
{
border-color: #67050D;
}
</style>