Shades of Pohutukawa #69131B
Tints of Pohutukawa #69131B
RGB
CMYK
RGB Variations
Color information
#69131B (or 0x69131B) is known color: Pohutukawa. HEX triplet: 69, 13 and 1B. RGB value is (105,19,27). Sum of RGB (Red+Green+Blue) = 105+19+27=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #69131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69131B is #96ECE4. Grayscale: #2D2D2D. Windows color (decimal): -9891045 or 1774441. OLE color: 1774441.
HSL color Cylindrical-coordinate representation of color #69131B: hue angle of 354.42º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69131B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 27 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.59 |
| HSL | 354.42º | 0.69% | 0.24% | - |
| HSV(B) | 354.42º | 0.82% | 0.41% | - |
| XYZ | 6.26 | 3.55 | 1.39 | - |
| YUV | 45.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 27 | 0 | 0.82 | 0.74 | 0.59 | 354.42 | 0.69 | 0.24 |
| Hex | 69 | 13 | 1B | 0 | 52 | 4A | 3B | 162 | 45 | 18 |
| Octal | 151 | 23 | 33 | 0 | 122 | 112 | 73 | 542 | 105 | 30 |
| Binary | 1101001 | 10011 | 11011 | 0 | 1010010 | 1001010 | 111011 | 101100010 | 1000101 | 11000 |
Color Harmonies of #69131B
Complementary color
Monochromatic Colors of #69131B
Black with #69131B
Text Example
Text Example
White with #69131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69131B; }
p { color: rgb(105,19,27); }
H1.HeaderClassName
{
color: #69131B;
}
.AnyTagClassName
{
color: #69131B;
}
</style>
background-color css
<style>
a { background-color: #69131B; }
a { background-color: rgb(105,19,27); }
div.DivClassName
{
background-color: #69131B;
}
.BgClassName
{
background-color: #69131B;
}
</style>
border-color css
<style>
span { border-color: #69131B; }
span { border-color: rgb(105,19,27); }
td.TdClassName
{
border-color: #69131B;
}
.TagClassName
{
border-color: #69131B;
}
</style>