Shades of Pohutukawa #5D001D
Tints of Pohutukawa #5D001D
RGB
CMYK
RGB Variations
Color information
#5D001D (or 0x5D001D) is known color: Pohutukawa. HEX triplet: 5D, 00 and 1D. RGB value is (93,0,29). Sum of RGB (Red+Green+Blue) = 93+0+29=122 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.23% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 93 - color contains mainly: red. Hex color #5D001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D001D is #A2FFE2. Grayscale: #1F1F1F. Windows color (decimal): -10682339 or 1900637. OLE color: 1900637.
HSL color Cylindrical-coordinate representation of color #5D001D: hue angle of 341.29º 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 #5D001D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.69 | 0.64 |
| HSL | 341.29º | 1% | 0.18% | - |
| HSV(B) | 341.29º | 1% | 0.36% | - |
| XYZ | 4.74 | 2.42 | 1.38 | - |
| YUV | 31.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 29 | 0 | 1 | 0.69 | 0.64 | 341.29 | 1 | 0.18 |
| Hex | 5D | 0 | 1D | 0 | 64 | 45 | 40 | 155 | 64 | 12 |
| Octal | 135 | 0 | 35 | 0 | 144 | 105 | 100 | 525 | 144 | 22 |
| Binary | 1011101 | 0 | 11101 | 0 | 1100100 | 1000101 | 1000000 | 101010101 | 1100100 | 10010 |
Color Harmonies of #5D001D
Complementary color
Monochromatic Colors of #5D001D
Black with #5D001D
Text Example
Text Example
White with #5D001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D001D; }
p { color: rgb(93,0,29); }
H1.HeaderClassName
{
color: #5D001D;
}
.AnyTagClassName
{
color: #5D001D;
}
</style>
background-color css
<style>
a { background-color: #5D001D; }
a { background-color: rgb(93,0,29); }
div.DivClassName
{
background-color: #5D001D;
}
.BgClassName
{
background-color: #5D001D;
}
</style>
border-color css
<style>
span { border-color: #5D001D; }
span { border-color: rgb(93,0,29); }
td.TdClassName
{
border-color: #5D001D;
}
.TagClassName
{
border-color: #5D001D;
}
</style>