Shades of Pohutukawa #691B25
Tints of Pohutukawa #691B25
RGB
CMYK
RGB Variations
Color information
#691B25 (or 0x691B25) is known color: Pohutukawa. HEX triplet: 69, 1B and 25. RGB value is (105,27,37). Sum of RGB (Red+Green+Blue) = 105+27+37=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #691B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B25 is #96E4DA. Grayscale: #333333. Windows color (decimal): -9888987 or 2431849. OLE color: 2431849.
HSL color Cylindrical-coordinate representation of color #691B25: hue angle of 352.31º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B25 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 37 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.59 |
| HSL | 352.31º | 0.59% | 0.26% | - |
| HSV(B) | 352.31º | 0.74% | 0.41% | - |
| XYZ | 6.55 | 3.92 | 2.16 | - |
| YUV | 51.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 37 | 0 | 0.74 | 0.65 | 0.59 | 352.31 | 0.59 | 0.26 |
| Hex | 69 | 1B | 25 | 0 | 4A | 41 | 3B | 160 | 3B | 1A |
| Octal | 151 | 33 | 45 | 0 | 112 | 101 | 73 | 540 | 73 | 32 |
| Binary | 1101001 | 11011 | 100101 | 0 | 1001010 | 1000001 | 111011 | 101100000 | 111011 | 11010 |
Color Harmonies of #691B25
Complementary color
Monochromatic Colors of #691B25
Black with #691B25
Text Example
Text Example
White with #691B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B25; }
p { color: rgb(105,27,37); }
H1.HeaderClassName
{
color: #691B25;
}
.AnyTagClassName
{
color: #691B25;
}
</style>
background-color css
<style>
a { background-color: #691B25; }
a { background-color: rgb(105,27,37); }
div.DivClassName
{
background-color: #691B25;
}
.BgClassName
{
background-color: #691B25;
}
</style>
border-color css
<style>
span { border-color: #691B25; }
span { border-color: rgb(105,27,37); }
td.TdClassName
{
border-color: #691B25;
}
.TagClassName
{
border-color: #691B25;
}
</style>