Shades of Pohutukawa #620D1C
Tints of Pohutukawa #620D1C
RGB
CMYK
RGB Variations
Color information
#620D1C (or 0x620D1C) is known color: Pohutukawa. HEX triplet: 62, 0D and 1C. RGB value is (98,13,28). Sum of RGB (Red+Green+Blue) = 98+13+28=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D1C is #9DF2E3. Grayscale: #282828. Windows color (decimal): -10351332 or 1838434. OLE color: 1838434.
HSL color Cylindrical-coordinate representation of color #620D1C: hue angle of 349.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D1C is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 28 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.62 |
| HSL | 349.41º | 0.77% | 0.22% | - |
| HSV(B) | 349.41º | 0.87% | 0.38% | - |
| XYZ | 5.39 | 2.97 | 1.39 | - |
| YUV | 40.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 28 | 0 | 0.87 | 0.71 | 0.62 | 349.41 | 0.77 | 0.22 |
| Hex | 62 | D | 1C | 0 | 57 | 47 | 3E | 15D | 4D | 16 |
| Octal | 142 | 15 | 34 | 0 | 127 | 107 | 76 | 535 | 115 | 26 |
| Binary | 1100010 | 1101 | 11100 | 0 | 1010111 | 1000111 | 111110 | 101011101 | 1001101 | 10110 |
Color Harmonies of #620D1C
Complementary color
Monochromatic Colors of #620D1C
Black with #620D1C
Text Example
Text Example
White with #620D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D1C; }
p { color: rgb(98,13,28); }
H1.HeaderClassName
{
color: #620D1C;
}
.AnyTagClassName
{
color: #620D1C;
}
</style>
background-color css
<style>
a { background-color: #620D1C; }
a { background-color: rgb(98,13,28); }
div.DivClassName
{
background-color: #620D1C;
}
.BgClassName
{
background-color: #620D1C;
}
</style>
border-color css
<style>
span { border-color: #620D1C; }
span { border-color: rgb(98,13,28); }
td.TdClassName
{
border-color: #620D1C;
}
.TagClassName
{
border-color: #620D1C;
}
</style>