Shades of Pohutukawa #691B27
Tints of Pohutukawa #691B27
RGB
CMYK
RGB Variations
Color information
#691B27 (or 0x691B27) is known color: Pohutukawa. HEX triplet: 69, 1B and 27. RGB value is (105,27,39). Sum of RGB (Red+Green+Blue) = 105+27+39=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B27 is #96E4D8. Grayscale: #333333. Windows color (decimal): -9888985 or 2562921. OLE color: 2562921.
HSL color Cylindrical-coordinate representation of color #691B27: hue angle of 350.77º 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 #691B27 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 39 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.59 |
| HSL | 350.77º | 0.59% | 0.26% | - |
| HSV(B) | 350.77º | 0.74% | 0.41% | - |
| XYZ | 6.58 | 3.93 | 2.33 | - |
| YUV | 51.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 39 | 0 | 0.74 | 0.63 | 0.59 | 350.77 | 0.59 | 0.26 |
| Hex | 69 | 1B | 27 | 0 | 4A | 3F | 3B | 15F | 3B | 1A |
| Octal | 151 | 33 | 47 | 0 | 112 | 77 | 73 | 537 | 73 | 32 |
| Binary | 1101001 | 11011 | 100111 | 0 | 1001010 | 111111 | 111011 | 101011111 | 111011 | 11010 |
Color Harmonies of #691B27
Complementary color
Monochromatic Colors of #691B27
Black with #691B27
Text Example
Text Example
White with #691B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B27; }
p { color: rgb(105,27,39); }
H1.HeaderClassName
{
color: #691B27;
}
.AnyTagClassName
{
color: #691B27;
}
</style>
background-color css
<style>
a { background-color: #691B27; }
a { background-color: rgb(105,27,39); }
div.DivClassName
{
background-color: #691B27;
}
.BgClassName
{
background-color: #691B27;
}
</style>
border-color css
<style>
span { border-color: #691B27; }
span { border-color: rgb(105,27,39); }
td.TdClassName
{
border-color: #691B27;
}
.TagClassName
{
border-color: #691B27;
}
</style>