Shades of Pohutukawa #691C23
Tints of Pohutukawa #691C23
RGB
CMYK
RGB Variations
Color information
#691C23 (or 0x691C23) is known color: Pohutukawa. HEX triplet: 69, 1C and 23. RGB value is (105,28,35). Sum of RGB (Red+Green+Blue) = 105+28+35=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #691C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C23 is #96E3DC. Grayscale: #333333. Windows color (decimal): -9888733 or 2301033. OLE color: 2301033.
HSL color Cylindrical-coordinate representation of color #691C23: hue angle of 354.55º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C23 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 35 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.59 |
| HSL | 354.55º | 0.58% | 0.26% | - |
| HSV(B) | 354.55º | 0.73% | 0.41% | - |
| XYZ | 6.54 | 3.96 | 2.01 | - |
| YUV | 51.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 35 | 0 | 0.73 | 0.67 | 0.59 | 354.55 | 0.58 | 0.26 |
| Hex | 69 | 1C | 23 | 0 | 49 | 43 | 3B | 163 | 3A | 1A |
| Octal | 151 | 34 | 43 | 0 | 111 | 103 | 73 | 543 | 72 | 32 |
| Binary | 1101001 | 11100 | 100011 | 0 | 1001001 | 1000011 | 111011 | 101100011 | 111010 | 11010 |
Color Harmonies of #691C23
Complementary color
Monochromatic Colors of #691C23
Black with #691C23
Text Example
Text Example
White with #691C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C23; }
p { color: rgb(105,28,35); }
H1.HeaderClassName
{
color: #691C23;
}
.AnyTagClassName
{
color: #691C23;
}
</style>
background-color css
<style>
a { background-color: #691C23; }
a { background-color: rgb(105,28,35); }
div.DivClassName
{
background-color: #691C23;
}
.BgClassName
{
background-color: #691C23;
}
</style>
border-color css
<style>
span { border-color: #691C23; }
span { border-color: rgb(105,28,35); }
td.TdClassName
{
border-color: #691C23;
}
.TagClassName
{
border-color: #691C23;
}
</style>