Shades of Pohutukawa #5D000B
Tints of Pohutukawa #5D000B
RGB
CMYK
RGB Variations
Color information
#5D000B (or 0x5D000B) is known color: Pohutukawa. HEX triplet: 5D, 00 and 0B. RGB value is (93,0,11). Sum of RGB (Red+Green+Blue) = 93+0+11=104 (13% of max value = 765). Red value is 93 (36.72% from 255 or 89.42% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 93 - color contains mainly: red. Hex color #5D000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D000B is #A2FFF4. Grayscale: #1D1D1D. Windows color (decimal): -10682357 or 720989. OLE color: 720989.
HSL color Cylindrical-coordinate representation of color #5D000B: hue angle of 352.9º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D000B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.88 | 0.64 |
| HSL | 352.9º | 1% | 0.18% | - |
| HSV(B) | 352.9º | 1% | 0.36% | - |
| XYZ | 4.57 | 2.35 | 0.53 | - |
| YUV | 29.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 11 | 0 | 1 | 0.88 | 0.64 | 352.9 | 1 | 0.18 |
| Hex | 5D | 0 | B | 0 | 64 | 58 | 40 | 161 | 64 | 12 |
| Octal | 135 | 0 | 13 | 0 | 144 | 130 | 100 | 541 | 144 | 22 |
| Binary | 1011101 | 0 | 1011 | 0 | 1100100 | 1011000 | 1000000 | 101100001 | 1100100 | 10010 |
Color Harmonies of #5D000B
Complementary color
Monochromatic Colors of #5D000B
Black with #5D000B
Text Example
Text Example
White with #5D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D000B; }
p { color: rgb(93,0,11); }
H1.HeaderClassName
{
color: #5D000B;
}
.AnyTagClassName
{
color: #5D000B;
}
</style>
background-color css
<style>
a { background-color: #5D000B; }
a { background-color: rgb(93,0,11); }
div.DivClassName
{
background-color: #5D000B;
}
.BgClassName
{
background-color: #5D000B;
}
</style>
border-color css
<style>
span { border-color: #5D000B; }
span { border-color: rgb(93,0,11); }
td.TdClassName
{
border-color: #5D000B;
}
.TagClassName
{
border-color: #5D000B;
}
</style>