Shades of Pohutukawa #691D25
Tints of Pohutukawa #691D25
RGB
CMYK
RGB Variations
Color information
#691D25 (or 0x691D25) is known color: Pohutukawa. HEX triplet: 69, 1D and 25. RGB value is (105,29,37). Sum of RGB (Red+Green+Blue) = 105+29+37=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D25 is #96E2DA. Grayscale: #343434. Windows color (decimal): -9888475 or 2432361. OLE color: 2432361.
HSL color Cylindrical-coordinate representation of color #691D25: hue angle of 353.68º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D25 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 37 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.59 |
| HSL | 353.68º | 0.57% | 0.26% | - |
| HSV(B) | 353.68º | 0.72% | 0.41% | - |
| XYZ | 6.6 | 4.02 | 2.18 | - |
| YUV | 52.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 37 | 0 | 0.72 | 0.65 | 0.59 | 353.68 | 0.57 | 0.26 |
| Hex | 69 | 1D | 25 | 0 | 48 | 41 | 3B | 162 | 39 | 1A |
| Octal | 151 | 35 | 45 | 0 | 110 | 101 | 73 | 542 | 71 | 32 |
| Binary | 1101001 | 11101 | 100101 | 0 | 1001000 | 1000001 | 111011 | 101100010 | 111001 | 11010 |
Color Harmonies of #691D25
Complementary color
Monochromatic Colors of #691D25
Black with #691D25
Text Example
Text Example
White with #691D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D25; }
p { color: rgb(105,29,37); }
H1.HeaderClassName
{
color: #691D25;
}
.AnyTagClassName
{
color: #691D25;
}
</style>
background-color css
<style>
a { background-color: #691D25; }
a { background-color: rgb(105,29,37); }
div.DivClassName
{
background-color: #691D25;
}
.BgClassName
{
background-color: #691D25;
}
</style>
border-color css
<style>
span { border-color: #691D25; }
span { border-color: rgb(105,29,37); }
td.TdClassName
{
border-color: #691D25;
}
.TagClassName
{
border-color: #691D25;
}
</style>