Shades of Pohutukawa #67202A
Tints of Pohutukawa #67202A
RGB
CMYK
RGB Variations
Color information
#67202A (or 0x67202A) is known color: Pohutukawa. HEX triplet: 67, 20 and 2A. RGB value is (103,32,42). Sum of RGB (Red+Green+Blue) = 103+32+42=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #67202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67202A is #98DFD5. Grayscale: #363636. Windows color (decimal): -10018774 or 2760807. OLE color: 2760807.
HSL color Cylindrical-coordinate representation of color #67202A: hue angle of 351.55º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67202A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 42 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.60 |
| HSL | 351.55º | 0.53% | 0.26% | - |
| HSV(B) | 351.55º | 0.69% | 0.4% | - |
| XYZ | 6.53 | 4.08 | 2.63 | - |
| YUV | 54.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 42 | 0 | 0.69 | 0.59 | 0.60 | 351.55 | 0.53 | 0.26 |
| Hex | 67 | 20 | 2A | 0 | 45 | 3B | 3C | 160 | 35 | 1A |
| Octal | 147 | 40 | 52 | 0 | 105 | 73 | 74 | 540 | 65 | 32 |
| Binary | 1100111 | 100000 | 101010 | 0 | 1000101 | 111011 | 111100 | 101100000 | 110101 | 11010 |
Color Harmonies of #67202A
Complementary color
Monochromatic Colors of #67202A
Black with #67202A
Text Example
Text Example
White with #67202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67202A; }
p { color: rgb(103,32,42); }
H1.HeaderClassName
{
color: #67202A;
}
.AnyTagClassName
{
color: #67202A;
}
</style>
background-color css
<style>
a { background-color: #67202A; }
a { background-color: rgb(103,32,42); }
div.DivClassName
{
background-color: #67202A;
}
.BgClassName
{
background-color: #67202A;
}
</style>
border-color css
<style>
span { border-color: #67202A; }
span { border-color: rgb(103,32,42); }
td.TdClassName
{
border-color: #67202A;
}
.TagClassName
{
border-color: #67202A;
}
</style>