Shades of Pohutukawa #69161E
Tints of Pohutukawa #69161E
RGB
CMYK
RGB Variations
Color information
#69161E (or 0x69161E) is known color: Pohutukawa. HEX triplet: 69, 16 and 1E. RGB value is (105,22,30). Sum of RGB (Red+Green+Blue) = 105+22+30=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69161E is #96E9E1. Grayscale: #2F2F2F. Windows color (decimal): -9890274 or 1971817. OLE color: 1971817.
HSL color Cylindrical-coordinate representation of color #69161E: hue angle of 354.22º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69161E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 22 | 30 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.59 |
| HSL | 354.22º | 0.65% | 0.25% | - |
| HSV(B) | 354.22º | 0.79% | 0.41% | - |
| XYZ | 6.35 | 3.67 | 1.6 | - |
| YUV | 47.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 22 | 30 | 0 | 0.79 | 0.71 | 0.59 | 354.22 | 0.65 | 0.25 |
| Hex | 69 | 16 | 1E | 0 | 4F | 47 | 3B | 162 | 41 | 19 |
| Octal | 151 | 26 | 36 | 0 | 117 | 107 | 73 | 542 | 101 | 31 |
| Binary | 1101001 | 10110 | 11110 | 0 | 1001111 | 1000111 | 111011 | 101100010 | 1000001 | 11001 |
Color Harmonies of #69161E
Complementary color
Monochromatic Colors of #69161E
Black with #69161E
Text Example
Text Example
White with #69161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69161E; }
p { color: rgb(105,22,30); }
H1.HeaderClassName
{
color: #69161E;
}
.AnyTagClassName
{
color: #69161E;
}
</style>
background-color css
<style>
a { background-color: #69161E; }
a { background-color: rgb(105,22,30); }
div.DivClassName
{
background-color: #69161E;
}
.BgClassName
{
background-color: #69161E;
}
</style>
border-color css
<style>
span { border-color: #69161E; }
span { border-color: rgb(105,22,30); }
td.TdClassName
{
border-color: #69161E;
}
.TagClassName
{
border-color: #69161E;
}
</style>