Shades of Pohutukawa #5D0323
Tints of Pohutukawa #5D0323
RGB
CMYK
RGB Variations
Color information
#5D0323 (or 0x5D0323) is known color: Pohutukawa. HEX triplet: 5D, 03 and 23. RGB value is (93,3,35). Sum of RGB (Red+Green+Blue) = 93+3+35=131 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.99% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0323 is #A2FCDC. Grayscale: #212121. Windows color (decimal): -10681565 or 2294621. OLE color: 2294621.
HSL color Cylindrical-coordinate representation of color #5D0323: hue angle of 338.67º 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 #5D0323 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 35 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.64 |
| HSL | 338.67º | 0.94% | 0.19% | - |
| HSV(B) | 338.67º | 0.97% | 0.36% | - |
| XYZ | 4.85 | 2.51 | 1.82 | - |
| YUV | 33.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 35 | 0 | 0.97 | 0.62 | 0.64 | 338.67 | 0.94 | 0.19 |
| Hex | 5D | 3 | 23 | 0 | 61 | 3E | 40 | 153 | 5E | 13 |
| Octal | 135 | 3 | 43 | 0 | 141 | 76 | 100 | 523 | 136 | 23 |
| Binary | 1011101 | 11 | 100011 | 0 | 1100001 | 111110 | 1000000 | 101010011 | 1011110 | 10011 |
Color Harmonies of #5D0323
Complementary color
Monochromatic Colors of #5D0323
Black with #5D0323
Text Example
Text Example
White with #5D0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0323; }
p { color: rgb(93,3,35); }
H1.HeaderClassName
{
color: #5D0323;
}
.AnyTagClassName
{
color: #5D0323;
}
</style>
background-color css
<style>
a { background-color: #5D0323; }
a { background-color: rgb(93,3,35); }
div.DivClassName
{
background-color: #5D0323;
}
.BgClassName
{
background-color: #5D0323;
}
</style>
border-color css
<style>
span { border-color: #5D0323; }
span { border-color: rgb(93,3,35); }
td.TdClassName
{
border-color: #5D0323;
}
.TagClassName
{
border-color: #5D0323;
}
</style>