Shades of Pohutukawa #5D0B1D
Tints of Pohutukawa #5D0B1D
RGB
CMYK
RGB Variations
Color information
#5D0B1D (or 0x5D0B1D) is known color: Pohutukawa. HEX triplet: 5D, 0B and 1D. RGB value is (93,11,29). Sum of RGB (Red+Green+Blue) = 93+11+29=133 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.92% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0B1D is #A2F4E2. Grayscale: #252525. Windows color (decimal): -10679523 or 1903453. OLE color: 1903453.
HSL color Cylindrical-coordinate representation of color #5D0B1D: hue angle of 346.83º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D0B1D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 11 | 29 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.64 |
| HSL | 346.83º | 0.79% | 0.2% | - |
| HSV(B) | 346.83º | 0.88% | 0.36% | - |
| XYZ | 4.86 | 2.66 | 1.42 | - |
| YUV | 37.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 29 | 0 | 0.88 | 0.69 | 0.64 | 346.83 | 0.79 | 0.2 |
| Hex | 5D | B | 1D | 0 | 58 | 45 | 40 | 15B | 4F | 14 |
| Octal | 135 | 13 | 35 | 0 | 130 | 105 | 100 | 533 | 117 | 24 |
| Binary | 1011101 | 1011 | 11101 | 0 | 1011000 | 1000101 | 1000000 | 101011011 | 1001111 | 10100 |
Color Harmonies of #5D0B1D
Complementary color
Monochromatic Colors of #5D0B1D
Black with #5D0B1D
Text Example
Text Example
White with #5D0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0B1D; }
p { color: rgb(93,11,29); }
H1.HeaderClassName
{
color: #5D0B1D;
}
.AnyTagClassName
{
color: #5D0B1D;
}
</style>
background-color css
<style>
a { background-color: #5D0B1D; }
a { background-color: rgb(93,11,29); }
div.DivClassName
{
background-color: #5D0B1D;
}
.BgClassName
{
background-color: #5D0B1D;
}
</style>
border-color css
<style>
span { border-color: #5D0B1D; }
span { border-color: rgb(93,11,29); }
td.TdClassName
{
border-color: #5D0B1D;
}
.TagClassName
{
border-color: #5D0B1D;
}
</style>