Shades of Pohutukawa #5C1023
Tints of Pohutukawa #5C1023
RGB
CMYK
RGB Variations
Color information
#5C1023 (or 0x5C1023) is known color: Pohutukawa. HEX triplet: 5C, 10 and 23. RGB value is (92,16,35). Sum of RGB (Red+Green+Blue) = 92+16+35=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1023 is #A3EFDC. Grayscale: #282828. Windows color (decimal): -10743773 or 2297948. OLE color: 2297948.
HSL color Cylindrical-coordinate representation of color #5C1023: hue angle of 345º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1023 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 35 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.64 |
| HSL | 345º | 0.7% | 0.21% | - |
| HSV(B) | 345º | 0.83% | 0.36% | - |
| XYZ | 4.9 | 2.77 | 1.87 | - |
| YUV | 40.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 35 | 0 | 0.83 | 0.62 | 0.64 | 345 | 0.7 | 0.21 |
| Hex | 5C | 10 | 23 | 0 | 53 | 3E | 40 | 159 | 46 | 15 |
| Octal | 134 | 20 | 43 | 0 | 123 | 76 | 100 | 531 | 106 | 25 |
| Binary | 1011100 | 10000 | 100011 | 0 | 1010011 | 111110 | 1000000 | 101011001 | 1000110 | 10101 |
Color Harmonies of #5C1023
Complementary color
Monochromatic Colors of #5C1023
Black with #5C1023
Text Example
Text Example
White with #5C1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1023; }
p { color: rgb(92,16,35); }
H1.HeaderClassName
{
color: #5C1023;
}
.AnyTagClassName
{
color: #5C1023;
}
</style>
background-color css
<style>
a { background-color: #5C1023; }
a { background-color: rgb(92,16,35); }
div.DivClassName
{
background-color: #5C1023;
}
.BgClassName
{
background-color: #5C1023;
}
</style>
border-color css
<style>
span { border-color: #5C1023; }
span { border-color: rgb(92,16,35); }
td.TdClassName
{
border-color: #5C1023;
}
.TagClassName
{
border-color: #5C1023;
}
</style>