Shades of Pohutukawa #67202D
Tints of Pohutukawa #67202D
RGB
CMYK
RGB Variations
Color information
#67202D (or 0x67202D) is known color: Pohutukawa. HEX triplet: 67, 20 and 2D. RGB value is (103,32,45). Sum of RGB (Red+Green+Blue) = 103+32+45=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67202D is #98DFD2. Grayscale: #363636. Windows color (decimal): -10018771 or 2957415. OLE color: 2957415.
HSL color Cylindrical-coordinate representation of color #67202D: hue angle of 349.01º 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 #67202D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 45 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.60 |
| HSL | 349.01º | 0.53% | 0.26% | - |
| HSV(B) | 349.01º | 0.69% | 0.4% | - |
| XYZ | 6.58 | 4.11 | 2.93 | - |
| YUV | 54.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 45 | 0 | 0.69 | 0.56 | 0.60 | 349.01 | 0.53 | 0.26 |
| Hex | 67 | 20 | 2D | 0 | 45 | 38 | 3C | 15D | 35 | 1A |
| Octal | 147 | 40 | 55 | 0 | 105 | 70 | 74 | 535 | 65 | 32 |
| Binary | 1100111 | 100000 | 101101 | 0 | 1000101 | 111000 | 111100 | 101011101 | 110101 | 11010 |
Color Harmonies of #67202D
Complementary color
Monochromatic Colors of #67202D
Black with #67202D
Text Example
Text Example
White with #67202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67202D; }
p { color: rgb(103,32,45); }
H1.HeaderClassName
{
color: #67202D;
}
.AnyTagClassName
{
color: #67202D;
}
</style>
background-color css
<style>
a { background-color: #67202D; }
a { background-color: rgb(103,32,45); }
div.DivClassName
{
background-color: #67202D;
}
.BgClassName
{
background-color: #67202D;
}
</style>
border-color css
<style>
span { border-color: #67202D; }
span { border-color: rgb(103,32,45); }
td.TdClassName
{
border-color: #67202D;
}
.TagClassName
{
border-color: #67202D;
}
</style>