Shades of Pohutukawa #6B132B
Tints of Pohutukawa #6B132B
RGB
CMYK
RGB Variations
Color information
#6B132B (or 0x6B132B) is known color: Pohutukawa. HEX triplet: 6B, 13 and 2B. RGB value is (107,19,43). Sum of RGB (Red+Green+Blue) = 107+19+43=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B132B is #94ECD4. Grayscale: #303030. Windows color (decimal): -9759957 or 2823019. OLE color: 2823019.
HSL color Cylindrical-coordinate representation of color #6B132B: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B132B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 43 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.58 |
| HSL | 343.64º | 0.7% | 0.25% | - |
| HSV(B) | 343.64º | 0.82% | 0.42% | - |
| XYZ | 6.73 | 3.77 | 2.66 | - |
| YUV | 48.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 43 | 0 | 0.82 | 0.60 | 0.58 | 343.64 | 0.7 | 0.25 |
| Hex | 6B | 13 | 2B | 0 | 52 | 3C | 3A | 158 | 46 | 19 |
| Octal | 153 | 23 | 53 | 0 | 122 | 74 | 72 | 530 | 106 | 31 |
| Binary | 1101011 | 10011 | 101011 | 0 | 1010010 | 111100 | 111010 | 101011000 | 1000110 | 11001 |
Color Harmonies of #6B132B
Complementary color
Monochromatic Colors of #6B132B
Black with #6B132B
Text Example
Text Example
White with #6B132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B132B; }
p { color: rgb(107,19,43); }
H1.HeaderClassName
{
color: #6B132B;
}
.AnyTagClassName
{
color: #6B132B;
}
</style>
background-color css
<style>
a { background-color: #6B132B; }
a { background-color: rgb(107,19,43); }
div.DivClassName
{
background-color: #6B132B;
}
.BgClassName
{
background-color: #6B132B;
}
</style>
border-color css
<style>
span { border-color: #6B132B; }
span { border-color: rgb(107,19,43); }
td.TdClassName
{
border-color: #6B132B;
}
.TagClassName
{
border-color: #6B132B;
}
</style>