Shades of Pohutukawa #692024
Tints of Pohutukawa #692024
RGB
CMYK
RGB Variations
Color information
#692024 (or 0x692024) is known color: Pohutukawa. HEX triplet: 69, 20 and 24. RGB value is (105,32,36). Sum of RGB (Red+Green+Blue) = 105+32+36=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #692024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692024 is #96DFDB. Grayscale: #363636. Windows color (decimal): -9887708 or 2367593. OLE color: 2367593.
HSL color Cylindrical-coordinate representation of color #692024: hue angle of 356.71º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692024 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 36 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.59 |
| HSL | 356.71º | 0.53% | 0.27% | - |
| HSV(B) | 356.71º | 0.7% | 0.41% | - |
| XYZ | 6.66 | 4.16 | 2.12 | - |
| YUV | 54.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 36 | 0 | 0.70 | 0.66 | 0.59 | 356.71 | 0.53 | 0.27 |
| Hex | 69 | 20 | 24 | 0 | 46 | 42 | 3B | 165 | 35 | 1B |
| Octal | 151 | 40 | 44 | 0 | 106 | 102 | 73 | 545 | 65 | 33 |
| Binary | 1101001 | 100000 | 100100 | 0 | 1000110 | 1000010 | 111011 | 101100101 | 110101 | 11011 |
Color Harmonies of #692024
Complementary color
Monochromatic Colors of #692024
Black with #692024
Text Example
Text Example
White with #692024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692024; }
p { color: rgb(105,32,36); }
H1.HeaderClassName
{
color: #692024;
}
.AnyTagClassName
{
color: #692024;
}
</style>
background-color css
<style>
a { background-color: #692024; }
a { background-color: rgb(105,32,36); }
div.DivClassName
{
background-color: #692024;
}
.BgClassName
{
background-color: #692024;
}
</style>
border-color css
<style>
span { border-color: #692024; }
span { border-color: rgb(105,32,36); }
td.TdClassName
{
border-color: #692024;
}
.TagClassName
{
border-color: #692024;
}
</style>