Shades of Pohutukawa #670D2D
Tints of Pohutukawa #670D2D
RGB
CMYK
RGB Variations
Color information
#670D2D (or 0x670D2D) is known color: Pohutukawa. HEX triplet: 67, 0D and 2D. RGB value is (103,13,45). Sum of RGB (Red+Green+Blue) = 103+13+45=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #670D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670D2D is #98F2D2. Grayscale: #2B2B2B. Windows color (decimal): -10023635 or 2952551. OLE color: 2952551.
HSL color Cylindrical-coordinate representation of color #670D2D: hue angle of 338.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D2D is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 45 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.60 |
| HSL | 338.67º | 0.78% | 0.23% | - |
| HSV(B) | 338.67º | 0.87% | 0.4% | - |
| XYZ | 6.21 | 3.36 | 2.8 | - |
| YUV | 43.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 45 | 0 | 0.87 | 0.56 | 0.60 | 338.67 | 0.78 | 0.23 |
| Hex | 67 | D | 2D | 0 | 57 | 38 | 3C | 153 | 4E | 17 |
| Octal | 147 | 15 | 55 | 0 | 127 | 70 | 74 | 523 | 116 | 27 |
| Binary | 1100111 | 1101 | 101101 | 0 | 1010111 | 111000 | 111100 | 101010011 | 1001110 | 10111 |
Color Harmonies of #670D2D
Complementary color
Monochromatic Colors of #670D2D
Black with #670D2D
Text Example
Text Example
White with #670D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D2D; }
p { color: rgb(103,13,45); }
H1.HeaderClassName
{
color: #670D2D;
}
.AnyTagClassName
{
color: #670D2D;
}
</style>
background-color css
<style>
a { background-color: #670D2D; }
a { background-color: rgb(103,13,45); }
div.DivClassName
{
background-color: #670D2D;
}
.BgClassName
{
background-color: #670D2D;
}
</style>
border-color css
<style>
span { border-color: #670D2D; }
span { border-color: rgb(103,13,45); }
td.TdClassName
{
border-color: #670D2D;
}
.TagClassName
{
border-color: #670D2D;
}
</style>