Shades of Pohutukawa #69151D
Tints of Pohutukawa #69151D
RGB
CMYK
RGB Variations
Color information
#69151D (or 0x69151D) is known color: Pohutukawa. HEX triplet: 69, 15 and 1D. RGB value is (105,21,29). Sum of RGB (Red+Green+Blue) = 105+21+29=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69151D is #96EAE2. Grayscale: #2F2F2F. Windows color (decimal): -9890531 or 1906025. OLE color: 1906025.
HSL color Cylindrical-coordinate representation of color #69151D: hue angle of 354.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69151D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 29 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.59 |
| HSL | 354.29º | 0.67% | 0.25% | - |
| HSV(B) | 354.29º | 0.8% | 0.41% | - |
| XYZ | 6.32 | 3.63 | 1.53 | - |
| YUV | 47.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 29 | 0 | 0.80 | 0.72 | 0.59 | 354.29 | 0.67 | 0.25 |
| Hex | 69 | 15 | 1D | 0 | 50 | 48 | 3B | 162 | 43 | 19 |
| Octal | 151 | 25 | 35 | 0 | 120 | 110 | 73 | 542 | 103 | 31 |
| Binary | 1101001 | 10101 | 11101 | 0 | 1010000 | 1001000 | 111011 | 101100010 | 1000011 | 11001 |
Color Harmonies of #69151D
Complementary color
Monochromatic Colors of #69151D
Black with #69151D
Text Example
Text Example
White with #69151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69151D; }
p { color: rgb(105,21,29); }
H1.HeaderClassName
{
color: #69151D;
}
.AnyTagClassName
{
color: #69151D;
}
</style>
background-color css
<style>
a { background-color: #69151D; }
a { background-color: rgb(105,21,29); }
div.DivClassName
{
background-color: #69151D;
}
.BgClassName
{
background-color: #69151D;
}
</style>
border-color css
<style>
span { border-color: #69151D; }
span { border-color: rgb(105,21,29); }
td.TdClassName
{
border-color: #69151D;
}
.TagClassName
{
border-color: #69151D;
}
</style>