Shades of Pohutukawa #621B2D
Tints of Pohutukawa #621B2D
RGB
CMYK
RGB Variations
Color information
#621B2D (or 0x621B2D) is known color: Pohutukawa. HEX triplet: 62, 1B and 2D. RGB value is (98,27,45). Sum of RGB (Red+Green+Blue) = 98+27+45=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B2D is #9DE4D2. Grayscale: #323232. Windows color (decimal): -10347731 or 2956130. OLE color: 2956130.
HSL color Cylindrical-coordinate representation of color #621B2D: hue angle of 344.79º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B2D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 45 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.62 |
| HSL | 344.79º | 0.57% | 0.25% | - |
| HSV(B) | 344.79º | 0.72% | 0.38% | - |
| XYZ | 5.9 | 3.57 | 2.86 | - |
| YUV | 50.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 45 | 0 | 0.72 | 0.54 | 0.62 | 344.79 | 0.57 | 0.25 |
| Hex | 62 | 1B | 2D | 0 | 48 | 36 | 3E | 159 | 39 | 19 |
| Octal | 142 | 33 | 55 | 0 | 110 | 66 | 76 | 531 | 71 | 31 |
| Binary | 1100010 | 11011 | 101101 | 0 | 1001000 | 110110 | 111110 | 101011001 | 111001 | 11001 |
Color Harmonies of #621B2D
Complementary color
Monochromatic Colors of #621B2D
Black with #621B2D
Text Example
Text Example
White with #621B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B2D; }
p { color: rgb(98,27,45); }
H1.HeaderClassName
{
color: #621B2D;
}
.AnyTagClassName
{
color: #621B2D;
}
</style>
background-color css
<style>
a { background-color: #621B2D; }
a { background-color: rgb(98,27,45); }
div.DivClassName
{
background-color: #621B2D;
}
.BgClassName
{
background-color: #621B2D;
}
</style>
border-color css
<style>
span { border-color: #621B2D; }
span { border-color: rgb(98,27,45); }
td.TdClassName
{
border-color: #621B2D;
}
.TagClassName
{
border-color: #621B2D;
}
</style>