Shades of Pohutukawa #6A1425
Tints of Pohutukawa #6A1425
RGB
CMYK
RGB Variations
Color information
#6A1425 (or 0x6A1425) is known color: Pohutukawa. HEX triplet: 6A, 14 and 25. RGB value is (106,20,37). Sum of RGB (Red+Green+Blue) = 106+20+37=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1425 is #95EBDA. Grayscale: #2F2F2F. Windows color (decimal): -9825243 or 2430058. OLE color: 2430058.
HSL color Cylindrical-coordinate representation of color #6A1425: hue angle of 348.14º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1425 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 37 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.58 |
| HSL | 348.14º | 0.68% | 0.25% | - |
| HSV(B) | 348.14º | 0.81% | 0.42% | - |
| XYZ | 6.53 | 3.7 | 2.12 | - |
| YUV | 47.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 37 | 0 | 0.81 | 0.65 | 0.58 | 348.14 | 0.68 | 0.25 |
| Hex | 6A | 14 | 25 | 0 | 51 | 41 | 3A | 15C | 44 | 19 |
| Octal | 152 | 24 | 45 | 0 | 121 | 101 | 72 | 534 | 104 | 31 |
| Binary | 1101010 | 10100 | 100101 | 0 | 1010001 | 1000001 | 111010 | 101011100 | 1000100 | 11001 |
Color Harmonies of #6A1425
Complementary color
Monochromatic Colors of #6A1425
Black with #6A1425
Text Example
Text Example
White with #6A1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1425; }
p { color: rgb(106,20,37); }
H1.HeaderClassName
{
color: #6A1425;
}
.AnyTagClassName
{
color: #6A1425;
}
</style>
background-color css
<style>
a { background-color: #6A1425; }
a { background-color: rgb(106,20,37); }
div.DivClassName
{
background-color: #6A1425;
}
.BgClassName
{
background-color: #6A1425;
}
</style>
border-color css
<style>
span { border-color: #6A1425; }
span { border-color: rgb(106,20,37); }
td.TdClassName
{
border-color: #6A1425;
}
.TagClassName
{
border-color: #6A1425;
}
</style>