Shades of Pohutukawa #6A0D23
Tints of Pohutukawa #6A0D23
RGB
CMYK
RGB Variations
Color information
#6A0D23 (or 0x6A0D23) is known color: Pohutukawa. HEX triplet: 6A, 0D and 23. RGB value is (106,13,35). Sum of RGB (Red+Green+Blue) = 106+13+35=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D23 is #95F2DC. Grayscale: #2B2B2B. Windows color (decimal): -9827037 or 2297194. OLE color: 2297194.
HSL color Cylindrical-coordinate representation of color #6A0D23: hue angle of 345.81º 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 #6A0D23 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 35 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.58 |
| HSL | 345.81º | 0.78% | 0.23% | - |
| HSV(B) | 345.81º | 0.88% | 0.42% | - |
| XYZ | 6.39 | 3.47 | 1.92 | - |
| YUV | 43.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 35 | 0 | 0.88 | 0.67 | 0.58 | 345.81 | 0.78 | 0.23 |
| Hex | 6A | D | 23 | 0 | 58 | 43 | 3A | 15A | 4E | 17 |
| Octal | 152 | 15 | 43 | 0 | 130 | 103 | 72 | 532 | 116 | 27 |
| Binary | 1101010 | 1101 | 100011 | 0 | 1011000 | 1000011 | 111010 | 101011010 | 1001110 | 10111 |
Color Harmonies of #6A0D23
Complementary color
Monochromatic Colors of #6A0D23
Black with #6A0D23
Text Example
Text Example
White with #6A0D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D23; }
p { color: rgb(106,13,35); }
H1.HeaderClassName
{
color: #6A0D23;
}
.AnyTagClassName
{
color: #6A0D23;
}
</style>
background-color css
<style>
a { background-color: #6A0D23; }
a { background-color: rgb(106,13,35); }
div.DivClassName
{
background-color: #6A0D23;
}
.BgClassName
{
background-color: #6A0D23;
}
</style>
border-color css
<style>
span { border-color: #6A0D23; }
span { border-color: rgb(106,13,35); }
td.TdClassName
{
border-color: #6A0D23;
}
.TagClassName
{
border-color: #6A0D23;
}
</style>