Shades of Pohutukawa #6B182A
Tints of Pohutukawa #6B182A
RGB
CMYK
RGB Variations
Color information
#6B182A (or 0x6B182A) is known color: Pohutukawa. HEX triplet: 6B, 18 and 2A. RGB value is (107,24,42). Sum of RGB (Red+Green+Blue) = 107+24+42=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B182A is #94E7D5. Grayscale: #323232. Windows color (decimal): -9758678 or 2758763. OLE color: 2758763.
HSL color Cylindrical-coordinate representation of color #6B182A: hue angle of 346.99º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B182A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 24 | 42 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.58 |
| HSL | 346.99º | 0.63% | 0.26% | - |
| HSV(B) | 346.99º | 0.78% | 0.42% | - |
| XYZ | 6.81 | 3.95 | 2.59 | - |
| YUV | 50.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 42 | 0 | 0.78 | 0.61 | 0.58 | 346.99 | 0.63 | 0.26 |
| Hex | 6B | 18 | 2A | 0 | 4E | 3D | 3A | 15B | 3F | 1A |
| Octal | 153 | 30 | 52 | 0 | 116 | 75 | 72 | 533 | 77 | 32 |
| Binary | 1101011 | 11000 | 101010 | 0 | 1001110 | 111101 | 111010 | 101011011 | 111111 | 11010 |
Color Harmonies of #6B182A
Complementary color
Monochromatic Colors of #6B182A
Black with #6B182A
Text Example
Text Example
White with #6B182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B182A; }
p { color: rgb(107,24,42); }
H1.HeaderClassName
{
color: #6B182A;
}
.AnyTagClassName
{
color: #6B182A;
}
</style>
background-color css
<style>
a { background-color: #6B182A; }
a { background-color: rgb(107,24,42); }
div.DivClassName
{
background-color: #6B182A;
}
.BgClassName
{
background-color: #6B182A;
}
</style>
border-color css
<style>
span { border-color: #6B182A; }
span { border-color: rgb(107,24,42); }
td.TdClassName
{
border-color: #6B182A;
}
.TagClassName
{
border-color: #6B182A;
}
</style>