Shades of Pohutukawa #6B1A1D
Tints of Pohutukawa #6B1A1D
RGB
CMYK
RGB Variations
Color information
#6B1A1D (or 0x6B1A1D) is known color: Pohutukawa. HEX triplet: 6B, 1A and 1D. RGB value is (107,26,29). Sum of RGB (Red+Green+Blue) = 107+26+29=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A1D is #94E5E2. Grayscale: #323232. Windows color (decimal): -9758179 or 1907307. OLE color: 1907307.
HSL color Cylindrical-coordinate representation of color #6B1A1D: hue angle of 357.78º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A1D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 29 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.58 |
| HSL | 357.78º | 0.61% | 0.26% | - |
| HSV(B) | 357.78º | 0.76% | 0.42% | - |
| XYZ | 6.65 | 3.95 | 1.57 | - |
| YUV | 50.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 29 | 0 | 0.76 | 0.73 | 0.58 | 357.78 | 0.61 | 0.26 |
| Hex | 6B | 1A | 1D | 0 | 4C | 49 | 3A | 166 | 3D | 1A |
| Octal | 153 | 32 | 35 | 0 | 114 | 111 | 72 | 546 | 75 | 32 |
| Binary | 1101011 | 11010 | 11101 | 0 | 1001100 | 1001001 | 111010 | 101100110 | 111101 | 11010 |
Color Harmonies of #6B1A1D
Complementary color
Monochromatic Colors of #6B1A1D
Black with #6B1A1D
Text Example
Text Example
White with #6B1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A1D; }
p { color: rgb(107,26,29); }
H1.HeaderClassName
{
color: #6B1A1D;
}
.AnyTagClassName
{
color: #6B1A1D;
}
</style>
background-color css
<style>
a { background-color: #6B1A1D; }
a { background-color: rgb(107,26,29); }
div.DivClassName
{
background-color: #6B1A1D;
}
.BgClassName
{
background-color: #6B1A1D;
}
</style>
border-color css
<style>
span { border-color: #6B1A1D; }
span { border-color: rgb(107,26,29); }
td.TdClassName
{
border-color: #6B1A1D;
}
.TagClassName
{
border-color: #6B1A1D;
}
</style>