Shades of Pohutukawa #67202B
Tints of Pohutukawa #67202B
RGB
CMYK
RGB Variations
Color information
#67202B (or 0x67202B) is known color: Pohutukawa. HEX triplet: 67, 20 and 2B. RGB value is (103,32,43). Sum of RGB (Red+Green+Blue) = 103+32+43=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #67202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67202B is #98DFD4. Grayscale: #363636. Windows color (decimal): -10018773 or 2826343. OLE color: 2826343.
HSL color Cylindrical-coordinate representation of color #67202B: hue angle of 350.7º 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 #67202B is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 43 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.60 |
| HSL | 350.7º | 0.53% | 0.26% | - |
| HSV(B) | 350.7º | 0.69% | 0.4% | - |
| XYZ | 6.55 | 4.09 | 2.73 | - |
| YUV | 54.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 43 | 0 | 0.69 | 0.58 | 0.60 | 350.7 | 0.53 | 0.26 |
| Hex | 67 | 20 | 2B | 0 | 45 | 3A | 3C | 15F | 35 | 1A |
| Octal | 147 | 40 | 53 | 0 | 105 | 72 | 74 | 537 | 65 | 32 |
| Binary | 1100111 | 100000 | 101011 | 0 | 1000101 | 111010 | 111100 | 101011111 | 110101 | 11010 |
Color Harmonies of #67202B
Complementary color
Monochromatic Colors of #67202B
Black with #67202B
Text Example
Text Example
White with #67202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67202B; }
p { color: rgb(103,32,43); }
H1.HeaderClassName
{
color: #67202B;
}
.AnyTagClassName
{
color: #67202B;
}
</style>
background-color css
<style>
a { background-color: #67202B; }
a { background-color: rgb(103,32,43); }
div.DivClassName
{
background-color: #67202B;
}
.BgClassName
{
background-color: #67202B;
}
</style>
border-color css
<style>
span { border-color: #67202B; }
span { border-color: rgb(103,32,43); }
td.TdClassName
{
border-color: #67202B;
}
.TagClassName
{
border-color: #67202B;
}
</style>