Shades of Pohutukawa #691B2B
Tints of Pohutukawa #691B2B
RGB
CMYK
RGB Variations
Color information
#691B2B (or 0x691B2B) is known color: Pohutukawa. HEX triplet: 69, 1B and 2B. RGB value is (105,27,43). Sum of RGB (Red+Green+Blue) = 105+27+43=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B2B is #96E4D4. Grayscale: #343434. Windows color (decimal): -9888981 or 2825065. OLE color: 2825065.
HSL color Cylindrical-coordinate representation of color #691B2B: hue angle of 347.69º 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 #691B2B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 43 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.59 |
| HSL | 347.69º | 0.59% | 0.26% | - |
| HSV(B) | 347.69º | 0.74% | 0.41% | - |
| XYZ | 6.65 | 3.96 | 2.7 | - |
| YUV | 52.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 43 | 0 | 0.74 | 0.59 | 0.59 | 347.69 | 0.59 | 0.26 |
| Hex | 69 | 1B | 2B | 0 | 4A | 3B | 3B | 15C | 3B | 1A |
| Octal | 151 | 33 | 53 | 0 | 112 | 73 | 73 | 534 | 73 | 32 |
| Binary | 1101001 | 11011 | 101011 | 0 | 1001010 | 111011 | 111011 | 101011100 | 111011 | 11010 |
Color Harmonies of #691B2B
Complementary color
Monochromatic Colors of #691B2B
Black with #691B2B
Text Example
Text Example
White with #691B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B2B; }
p { color: rgb(105,27,43); }
H1.HeaderClassName
{
color: #691B2B;
}
.AnyTagClassName
{
color: #691B2B;
}
</style>
background-color css
<style>
a { background-color: #691B2B; }
a { background-color: rgb(105,27,43); }
div.DivClassName
{
background-color: #691B2B;
}
.BgClassName
{
background-color: #691B2B;
}
</style>
border-color css
<style>
span { border-color: #691B2B; }
span { border-color: rgb(105,27,43); }
td.TdClassName
{
border-color: #691B2B;
}
.TagClassName
{
border-color: #691B2B;
}
</style>