Shades of Pohutukawa #6A181B
Tints of Pohutukawa #6A181B
RGB
CMYK
RGB Variations
Color information
#6A181B (or 0x6A181B) is known color: Pohutukawa. HEX triplet: 6A, 18 and 1B. RGB value is (106,24,27). Sum of RGB (Red+Green+Blue) = 106+24+27=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A181B is #95E7E4. Grayscale: #303030. Windows color (decimal): -9824229 or 1775722. OLE color: 1775722.
HSL color Cylindrical-coordinate representation of color #6A181B: hue angle of 357.8º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A181B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 27 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.58 |
| HSL | 357.8º | 0.63% | 0.25% | - |
| HSV(B) | 357.8º | 0.77% | 0.42% | - |
| XYZ | 6.47 | 3.8 | 1.43 | - |
| YUV | 48.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 27 | 0 | 0.77 | 0.75 | 0.58 | 357.8 | 0.63 | 0.25 |
| Hex | 6A | 18 | 1B | 0 | 4D | 4B | 3A | 166 | 3F | 19 |
| Octal | 152 | 30 | 33 | 0 | 115 | 113 | 72 | 546 | 77 | 31 |
| Binary | 1101010 | 11000 | 11011 | 0 | 1001101 | 1001011 | 111010 | 101100110 | 111111 | 11001 |
Color Harmonies of #6A181B
Complementary color
Monochromatic Colors of #6A181B
Black with #6A181B
Text Example
Text Example
White with #6A181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A181B; }
p { color: rgb(106,24,27); }
H1.HeaderClassName
{
color: #6A181B;
}
.AnyTagClassName
{
color: #6A181B;
}
</style>
background-color css
<style>
a { background-color: #6A181B; }
a { background-color: rgb(106,24,27); }
div.DivClassName
{
background-color: #6A181B;
}
.BgClassName
{
background-color: #6A181B;
}
</style>
border-color css
<style>
span { border-color: #6A181B; }
span { border-color: rgb(106,24,27); }
td.TdClassName
{
border-color: #6A181B;
}
.TagClassName
{
border-color: #6A181B;
}
</style>