Shades of Pohutukawa #620C1F
Tints of Pohutukawa #620C1F
RGB
CMYK
RGB Variations
Color information
#620C1F (or 0x620C1F) is known color: Pohutukawa. HEX triplet: 62, 0C and 1F. RGB value is (98,12,31). Sum of RGB (Red+Green+Blue) = 98+12+31=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C1F is #9DF3E0. Grayscale: #272727. Windows color (decimal): -10351585 or 2034786. OLE color: 2034786.
HSL color Cylindrical-coordinate representation of color #620C1F: hue angle of 346.74º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C1F is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 31 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.62 |
| HSL | 346.74º | 0.78% | 0.22% | - |
| HSV(B) | 346.74º | 0.88% | 0.38% | - |
| XYZ | 5.42 | 2.96 | 1.58 | - |
| YUV | 39.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 31 | 0 | 0.88 | 0.68 | 0.62 | 346.74 | 0.78 | 0.22 |
| Hex | 62 | C | 1F | 0 | 58 | 44 | 3E | 15B | 4E | 16 |
| Octal | 142 | 14 | 37 | 0 | 130 | 104 | 76 | 533 | 116 | 26 |
| Binary | 1100010 | 1100 | 11111 | 0 | 1011000 | 1000100 | 111110 | 101011011 | 1001110 | 10110 |
Color Harmonies of #620C1F
Complementary color
Monochromatic Colors of #620C1F
Black with #620C1F
Text Example
Text Example
White with #620C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C1F; }
p { color: rgb(98,12,31); }
H1.HeaderClassName
{
color: #620C1F;
}
.AnyTagClassName
{
color: #620C1F;
}
</style>
background-color css
<style>
a { background-color: #620C1F; }
a { background-color: rgb(98,12,31); }
div.DivClassName
{
background-color: #620C1F;
}
.BgClassName
{
background-color: #620C1F;
}
</style>
border-color css
<style>
span { border-color: #620C1F; }
span { border-color: rgb(98,12,31); }
td.TdClassName
{
border-color: #620C1F;
}
.TagClassName
{
border-color: #620C1F;
}
</style>