Shades of Pohutukawa #5D031F
Tints of Pohutukawa #5D031F
RGB
CMYK
RGB Variations
Color information
#5D031F (or 0x5D031F) is known color: Pohutukawa. HEX triplet: 5D, 03 and 1F. RGB value is (93,3,31). Sum of RGB (Red+Green+Blue) = 93+3+31=127 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.23% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 93 - color contains mainly: red. Hex color #5D031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D031F is #A2FCE0. Grayscale: #212121. Windows color (decimal): -10681569 or 2032477. OLE color: 2032477.
HSL color Cylindrical-coordinate representation of color #5D031F: hue angle of 341.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D031F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.64 |
| HSL | 341.33º | 0.94% | 0.19% | - |
| HSV(B) | 341.33º | 0.97% | 0.36% | - |
| XYZ | 4.79 | 2.49 | 1.52 | - |
| YUV | 33.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 31 | 0 | 0.97 | 0.67 | 0.64 | 341.33 | 0.94 | 0.19 |
| Hex | 5D | 3 | 1F | 0 | 61 | 43 | 40 | 155 | 5E | 13 |
| Octal | 135 | 3 | 37 | 0 | 141 | 103 | 100 | 525 | 136 | 23 |
| Binary | 1011101 | 11 | 11111 | 0 | 1100001 | 1000011 | 1000000 | 101010101 | 1011110 | 10011 |
Color Harmonies of #5D031F
Complementary color
Monochromatic Colors of #5D031F
Black with #5D031F
Text Example
Text Example
White with #5D031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D031F; }
p { color: rgb(93,3,31); }
H1.HeaderClassName
{
color: #5D031F;
}
.AnyTagClassName
{
color: #5D031F;
}
</style>
background-color css
<style>
a { background-color: #5D031F; }
a { background-color: rgb(93,3,31); }
div.DivClassName
{
background-color: #5D031F;
}
.BgClassName
{
background-color: #5D031F;
}
</style>
border-color css
<style>
span { border-color: #5D031F; }
span { border-color: rgb(93,3,31); }
td.TdClassName
{
border-color: #5D031F;
}
.TagClassName
{
border-color: #5D031F;
}
</style>