Shades of Pohutukawa #691A2A
Tints of Pohutukawa #691A2A
RGB
CMYK
RGB Variations
Color information
#691A2A (or 0x691A2A) is known color: Pohutukawa. HEX triplet: 69, 1A and 2A. RGB value is (105,26,42). Sum of RGB (Red+Green+Blue) = 105+26+42=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #691A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A2A is #96E5D5. Grayscale: #333333. Windows color (decimal): -9889238 or 2759273. OLE color: 2759273.
HSL color Cylindrical-coordinate representation of color #691A2A: hue angle of 347.85º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A2A is Cyan = 0, Magento = 0.75, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 42 | - |
| CMYK | 0 | 0.75 | 0.6 | 0.59 |
| HSL | 347.85º | 0.6% | 0.26% | - |
| HSV(B) | 347.85º | 0.75% | 0.41% | - |
| XYZ | 6.61 | 3.91 | 2.6 | - |
| YUV | 51.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 42 | 0 | 0.75 | 0.6 | 0.59 | 347.85 | 0.6 | 0.26 |
| Hex | 69 | 1A | 2A | 0 | 4B | 3C | 3B | 15C | 3C | 1A |
| Octal | 151 | 32 | 52 | 0 | 113 | 74 | 73 | 534 | 74 | 32 |
| Binary | 1101001 | 11010 | 101010 | 0 | 1001011 | 111100 | 111011 | 101011100 | 111100 | 11010 |
Color Harmonies of #691A2A
Complementary color
Monochromatic Colors of #691A2A
Black with #691A2A
Text Example
Text Example
White with #691A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A2A; }
p { color: rgb(105,26,42); }
H1.HeaderClassName
{
color: #691A2A;
}
.AnyTagClassName
{
color: #691A2A;
}
</style>
background-color css
<style>
a { background-color: #691A2A; }
a { background-color: rgb(105,26,42); }
div.DivClassName
{
background-color: #691A2A;
}
.BgClassName
{
background-color: #691A2A;
}
</style>
border-color css
<style>
span { border-color: #691A2A; }
span { border-color: rgb(105,26,42); }
td.TdClassName
{
border-color: #691A2A;
}
.TagClassName
{
border-color: #691A2A;
}
</style>