Shades of Pohutukawa #6A0D25
Tints of Pohutukawa #6A0D25
RGB
CMYK
RGB Variations
Color information
#6A0D25 (or 0x6A0D25) is known color: Pohutukawa. HEX triplet: 6A, 0D and 25. RGB value is (106,13,37). Sum of RGB (Red+Green+Blue) = 106+13+37=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D25 is #95F2DA. Grayscale: #2B2B2B. Windows color (decimal): -9827035 or 2428266. OLE color: 2428266.
HSL color Cylindrical-coordinate representation of color #6A0D25: hue angle of 344.52º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D25 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 37 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.58 |
| HSL | 344.52º | 0.78% | 0.23% | - |
| HSV(B) | 344.52º | 0.88% | 0.42% | - |
| XYZ | 6.42 | 3.49 | 2.08 | - |
| YUV | 43.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 37 | 0 | 0.88 | 0.65 | 0.58 | 344.52 | 0.78 | 0.23 |
| Hex | 6A | D | 25 | 0 | 58 | 41 | 3A | 159 | 4E | 17 |
| Octal | 152 | 15 | 45 | 0 | 130 | 101 | 72 | 531 | 116 | 27 |
| Binary | 1101010 | 1101 | 100101 | 0 | 1011000 | 1000001 | 111010 | 101011001 | 1001110 | 10111 |
Color Harmonies of #6A0D25
Complementary color
Monochromatic Colors of #6A0D25
Black with #6A0D25
Text Example
Text Example
White with #6A0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D25; }
p { color: rgb(106,13,37); }
H1.HeaderClassName
{
color: #6A0D25;
}
.AnyTagClassName
{
color: #6A0D25;
}
</style>
background-color css
<style>
a { background-color: #6A0D25; }
a { background-color: rgb(106,13,37); }
div.DivClassName
{
background-color: #6A0D25;
}
.BgClassName
{
background-color: #6A0D25;
}
</style>
border-color css
<style>
span { border-color: #6A0D25; }
span { border-color: rgb(106,13,37); }
td.TdClassName
{
border-color: #6A0D25;
}
.TagClassName
{
border-color: #6A0D25;
}
</style>