Shades of Pohutukawa #69132B
Tints of Pohutukawa #69132B
RGB
CMYK
RGB Variations
Color information
#69132B (or 0x69132B) is known color: Pohutukawa. HEX triplet: 69, 13 and 2B. RGB value is (105,19,43). Sum of RGB (Red+Green+Blue) = 105+19+43=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69132B is #96ECD4. Grayscale: #2F2F2F. Windows color (decimal): -9891029 or 2823017. OLE color: 2823017.
HSL color Cylindrical-coordinate representation of color #69132B: hue angle of 343.26º 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 #69132B is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 43 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.59 |
| HSL | 343.26º | 0.69% | 0.24% | - |
| HSV(B) | 343.26º | 0.82% | 0.41% | - |
| XYZ | 6.49 | 3.64 | 2.65 | - |
| YUV | 47.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 43 | 0 | 0.82 | 0.59 | 0.59 | 343.26 | 0.69 | 0.24 |
| Hex | 69 | 13 | 2B | 0 | 52 | 3B | 3B | 157 | 45 | 18 |
| Octal | 151 | 23 | 53 | 0 | 122 | 73 | 73 | 527 | 105 | 30 |
| Binary | 1101001 | 10011 | 101011 | 0 | 1010010 | 111011 | 111011 | 101010111 | 1000101 | 11000 |
Color Harmonies of #69132B
Complementary color
Monochromatic Colors of #69132B
Black with #69132B
Text Example
Text Example
White with #69132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69132B; }
p { color: rgb(105,19,43); }
H1.HeaderClassName
{
color: #69132B;
}
.AnyTagClassName
{
color: #69132B;
}
</style>
background-color css
<style>
a { background-color: #69132B; }
a { background-color: rgb(105,19,43); }
div.DivClassName
{
background-color: #69132B;
}
.BgClassName
{
background-color: #69132B;
}
</style>
border-color css
<style>
span { border-color: #69132B; }
span { border-color: rgb(105,19,43); }
td.TdClassName
{
border-color: #69132B;
}
.TagClassName
{
border-color: #69132B;
}
</style>