Shades of Pohutukawa #69171E
Tints of Pohutukawa #69171E
RGB
CMYK
RGB Variations
Color information
#69171E (or 0x69171E) is known color: Pohutukawa. HEX triplet: 69, 17 and 1E. RGB value is (105,23,30). Sum of RGB (Red+Green+Blue) = 105+23+30=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #69171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69171E is #96E8E1. Grayscale: #303030. Windows color (decimal): -9890018 or 1972073. OLE color: 1972073.
HSL color Cylindrical-coordinate representation of color #69171E: hue angle of 354.88º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69171E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 30 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.59 |
| HSL | 354.88º | 0.64% | 0.25% | - |
| HSV(B) | 354.88º | 0.78% | 0.41% | - |
| XYZ | 6.37 | 3.71 | 1.61 | - |
| YUV | 48.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 30 | 0 | 0.78 | 0.71 | 0.59 | 354.88 | 0.64 | 0.25 |
| Hex | 69 | 17 | 1E | 0 | 4E | 47 | 3B | 163 | 40 | 19 |
| Octal | 151 | 27 | 36 | 0 | 116 | 107 | 73 | 543 | 100 | 31 |
| Binary | 1101001 | 10111 | 11110 | 0 | 1001110 | 1000111 | 111011 | 101100011 | 1000000 | 11001 |
Color Harmonies of #69171E
Complementary color
Monochromatic Colors of #69171E
Black with #69171E
Text Example
Text Example
White with #69171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69171E; }
p { color: rgb(105,23,30); }
H1.HeaderClassName
{
color: #69171E;
}
.AnyTagClassName
{
color: #69171E;
}
</style>
background-color css
<style>
a { background-color: #69171E; }
a { background-color: rgb(105,23,30); }
div.DivClassName
{
background-color: #69171E;
}
.BgClassName
{
background-color: #69171E;
}
</style>
border-color css
<style>
span { border-color: #69171E; }
span { border-color: rgb(105,23,30); }
td.TdClassName
{
border-color: #69171E;
}
.TagClassName
{
border-color: #69171E;
}
</style>