Shades of Pohutukawa #621B2B
Tints of Pohutukawa #621B2B
RGB
CMYK
RGB Variations
Color information
#621B2B (or 0x621B2B) is known color: Pohutukawa. HEX triplet: 62, 1B and 2B. RGB value is (98,27,43). Sum of RGB (Red+Green+Blue) = 98+27+43=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #621B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B2B is #9DE4D4. Grayscale: #323232. Windows color (decimal): -10347733 or 2825058. OLE color: 2825058.
HSL color Cylindrical-coordinate representation of color #621B2B: hue angle of 346.48º 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 #621B2B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 43 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.62 |
| HSL | 346.48º | 0.57% | 0.25% | - |
| HSV(B) | 346.48º | 0.72% | 0.38% | - |
| XYZ | 5.86 | 3.55 | 2.66 | - |
| YUV | 50.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 43 | 0 | 0.72 | 0.56 | 0.62 | 346.48 | 0.57 | 0.25 |
| Hex | 62 | 1B | 2B | 0 | 48 | 38 | 3E | 15A | 39 | 19 |
| Octal | 142 | 33 | 53 | 0 | 110 | 70 | 76 | 532 | 71 | 31 |
| Binary | 1100010 | 11011 | 101011 | 0 | 1001000 | 111000 | 111110 | 101011010 | 111001 | 11001 |
Color Harmonies of #621B2B
Complementary color
Monochromatic Colors of #621B2B
Black with #621B2B
Text Example
Text Example
White with #621B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B2B; }
p { color: rgb(98,27,43); }
H1.HeaderClassName
{
color: #621B2B;
}
.AnyTagClassName
{
color: #621B2B;
}
</style>
background-color css
<style>
a { background-color: #621B2B; }
a { background-color: rgb(98,27,43); }
div.DivClassName
{
background-color: #621B2B;
}
.BgClassName
{
background-color: #621B2B;
}
</style>
border-color css
<style>
span { border-color: #621B2B; }
span { border-color: rgb(98,27,43); }
td.TdClassName
{
border-color: #621B2B;
}
.TagClassName
{
border-color: #621B2B;
}
</style>